Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » IIS   (RSS)

IIS – Getting “Connection_Abandoned_By_AppPool DefaultAppPool” – File Version Mismatch

Today, I was working with a customer of mine who had some problems in configuring a Virus Definitions Distribution Point for Symantec Live Update on IIS. Another module hosted on a different web-server has a button to test this distribution point, and
Posted by rakkim | 0 Comments
Filed under: ,

ADSUTIL.vbs – Copying a website

Copying a website (to another exact copy) Here is the command to copy a website(run from a cmd prompt – c:\inetpub\adminscripts): > cscript.exe adsutil.vbs copy <source> <destination> > cscript.exe adsutil.vbs copy w3svc/1 w3svc/556
Posted by rakkim | 0 Comments
Filed under: ,

LogParser – Useful Logparser scripts

Logparser is a powerful utility which comes handy for me whenever I’m helping my customers facing a problem with slow running pages, frequently hit pages, post mortem analysis to find what went wrong on IIS, et al. You can use Logparser to parse your
Posted by rakkim | 0 Comments
Filed under: , ,

Microsoft Web Platform Installer Beta

If you are a web deployment guru, and looking to reduce your burden of downloading lot of software, configuring them and if you didn’t check Bills’ blog earlier, you better do check it right now. The new ‘Microsoft Web Platform Installer Beta’ gives you
Posted by rakkim | 1 Comments
Filed under: , ,

IIS – Rejecting a request from a specific client type(browser) | ISAPI Filter Example

Recently I’ve come across a discussion where a particular type of client request should be blocked. Say for an example, you need to block requests from a client called “TrustMe”; consider a scenario where you need to serve pages only for Internet Explorer
Posted by rakkim | 0 Comments
Filed under: ,

Microsoft Web Deployment Tool - Technical Preview 1 available for download

Do you remember Scott Guthrie talking about a web deployment framework? Last November he gave a hint about this tool and its here now. Technical Preview 1 of its tool has been released now and the team is open for feedback. Check out the team's blog here
Posted by rakkim | 1 Comments

Writing a simple ISAPI Extension

As my love on IIS increases, I wanted to try my hands on all the classic technologies available before I make myself ready for IIS 7. So, I started with a simple ISAPI Filter , and made that as a Bad one and took ETW trace to find out what is going behind
Posted by rakkim | 0 Comments
Filed under: ,

A simple VBScript for Syncing IUSR password from Metabase to SAM

I always wanted this handy script. Searched for it, couldn't find one. Yes, there is iissuba.dll to do this, but I don't want to use that. I wanted a .vbs file like synciwam.vbs to sync the IUSR password stored in the Metabase with the one in Security
Posted by rakkim | 1 Comments
Filed under: , ,

Writing a simple ISAPI Filter

ISAPI Filters can be written to do anything on the incoming requests; it could do some kind of logging, user authentication, traffic analysis, much more. You can design you own ISAPI filter for your own need. Here is what I have done in the sample ISAPI
Posted by rakkim | 2 Comments
Filed under: ,

Attachment(s): ISAPI_FILTER_CODE.zip
 
Page view tracker