Custom http errors

  • Thread starter Thread starter Ron Vecchi
  • Start date Start date
Ron,

That's because the request is never making it to the ASP.NET engine since a
handled file extension is not present in the requested URL. The simplest
workaround is to configure IIS to use your page for 404 errors.

HTH,
Nicole
 
makes sense, thanks

Nicole Calinoiu said:
Ron,

That's because the request is never making it to the ASP.NET engine since a
handled file extension is not present in the requested URL. The simplest
workaround is to configure IIS to use your page for 404 errors.

HTH,
Nicole
 
Back
Top