DCSIMG
IIS - Ran Wahle's blog

Ran Wahle's blog

Browse by Tags

All Tags » IIS (RSS)
404.2 and , ISAPI restriction and Web Service Extension
A common and very misleading http error is the status with code 404.2 . It is misleading because it belongs to the 404 family which may indicate that the resource was not found, however this error indicates that the server has blocked our request by it’s lockdown policy. ...
Configure your ASP.NET application that uses routing in IIS-6
After coding our routing handler in our ASP.NET application (available in .NET 3.5 and in much easier way in .NET 4) Since IIS-6 doesn’t use .Net as a natural part of it’s pipeline there is a need to do some configuration. ...