iis 7 - asp.net custom error page and file without extension -
How do I get IIS 7 to return my custom error pages for the file without extensions? I was working with this extension for the file, but when the extension is not specified, I get the normal page.
Try that map in aspnet_isapi.dll.
Without that mapping, the requests will never be hit for processing aspnet DLL and the default IIS 404 page will be returned.
Comments
Post a Comment