RicksAtWork
Programmer
In IIS you can map extensions i.e. aspx to a iisapi.
I also know you can blanket map all requests to specific iisapi for example the ASP.NET wp.
I want urls such as:
to map to asp.net, however I dont want images or css to be pointed at ASP.NET (otherwise I will have to write a specific httphandler for each extension).
Under IIS can you specify all requests to point at ASP.NET with the exception of a few extensions i.e. .gif .css . jpg
??
I also know you can blanket map all requests to specific iisapi for example the ASP.NET wp.
I want urls such as:
to map to asp.net, however I dont want images or css to be pointed at ASP.NET (otherwise I will have to write a specific httphandler for each extension).
Under IIS can you specify all requests to point at ASP.NET with the exception of a few extensions i.e. .gif .css . jpg
??