Application_OnError in IIS 6 Problem!

S

Steve Taylor

This is probably a simple one....

Running asp.net on win 2003/IIS 6. When I run my app using "InProc" Session
state, error handling works fine. But when I switch to "ServerState" I get
unfriendly message window. Help???

-S
 
S

Scott Allen

Hmm, I guess the next question would be to get the exact error
message. If you are not getting detailed error messages, make sure to
turn custom errors off in web.config, i.e.:

<system.web>
<customErrors mode="Off">
</customErrors>
</system.web>
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top