Browse by Tags

All Tags>IIS (RSS)

IIS – Getting “Connection_Abandoned_By_AppPool DefaultAppPool” – File Version Mismatch by rakkimk

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...

ADSUTIL.vbs – Copying a website by rakkimk

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...

LogParser – Useful Logparser scripts by rakkimk

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...

Microsoft Web Platform Installer Beta by rakkimk

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...

IIS - Sample ISAPI Filter doing Redirection to another website by rakkimk

I know I'm in a very old world of writing ISAPI Filters to do the redirection instead of just creating an IHttpModule and plug it directly in the IIS7 request pipeline. But, one of my customer wanted this ISAPI filter and I made a fairly simple ISAPI...
Tags:
More Posts
Powered by Community Server (Commercial Edition), by Telligent Systems