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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -