PDA

View Full Version : ASP.NEt error message.


MichaelLaws
08-10-2003, 04:06 AM
My client requested the error message which he cannot see remotely be forwarded to him.

Hiis Net application cannot run and asked me to open his
application on the local server machine. Since I do not have access to the server machine, everytime he has a problem, i need
to issue TT.
The error message is

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

http://vladislavtt.0101studentasp.com/AR/

Is there is any way that he can see the error message without
issuing TT. I issued 3 TT,but there is no reply.
Any ASP.NET expert out there,help me out.

lionheart
08-10-2003, 08:07 AM
try this in web.config file,

change the custom error mode value to "Off"

<customErrors mode="Off" />

i hope it's work.