Search code examples
iisiis-6

Can IIS 6 serve requests for pages with no extensions?


Is there any way in IIS to map requests to a particular URL with no extension to a given application.

For example, in trying to port something from a Java servlet, you might have a URL like this...

http://[server]/MyApp/HomePage?some=parameter

Ideally I'd like to be able to map everything under MyApp to a particular application, but failing that, any suggestions about how to achieve the same effect would be really helpful.


Solution

  • You can set the IIS6 to handle all requests, but the key to handle files without extensions is to tell the IIS not to look for the file.

    http://weblogs.asp.net/scottgu/archive/2007/03/04/tip-trick-integrating-asp-net-security-with-classic-asp-and-non-asp-net-urls.aspx