I am using url routing with asp.net web forms.
If Url doesnt exist I am redirecting the user to my custom error page.
It works with aspx page but old asp links (old asp not .net) getting error 404.
For example :
I am using url routing with asp.net web forms.
If Url doesnt exist I am redirecting the user to my custom error page.
It works with aspx page but old asp links (old asp not .net) getting error 404.
For example :
on ASP handler, check the option 'check if file exsits'.
set IIS's 404 url (not ASP.net one!) by web.config 'system.webServer' or with IIS GUI. www.stokia.com/support/misc/web-config-custom-httperrors.aspx
see also: <modules runAllManagedModulesForAllRequests="true" /> Meaning