vote up 0 vote down star

I toggled customErrors=On in web.config, set the defaultRedirect for my custom Error.aspx page. However, this is only to prevent application errors from spitting out code - I'd still like IIS to handle 404s etc. with its default handlers, since they work fine.

Any way to specify in my ASP.NET app or IIS for IIS to take priority?

I know I could add the formatting in my Error page...but I'd just be replicating what exists in IIS.

flag

2 Answers

vote up 0 vote down

I hope this answer's your question Custom Error
Vivek

link|flag
vote up 0 vote down

It didn't tried it (I don't have visual studio on that box) but maybe if you set your customErrors to handle only error 500 (server error), that'll work. Just a guess.

Let me know if it works

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.