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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

HTTP Error 404 1
<customErrors 3
Read <customErrors> element via VB.NET Code? 9
customErrors 1
404 pages 4
Question regarding detecting 404 Not Found 2
custom error 404 1
CustomError Problem 4

Back
Top