View error remotely

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to be able to view an error on my remote server as if the app
was running locally e.g. I would like to see the line number and code causing
the error instead of just the trace.

Any ideas?

Thanks, Justin
 
Justin said:
I would like to be able to view an error on my remote server as if
the app was running locally e.g. I would like to see the line number
and code causing the error instead of just the trace.

Any ideas?

Thanks, Justin

Did you read the error description? You can't see the real error because it is
actively blocked, and you can remove the block with a key in web.config:
<customErrors>. See the description that is present in the standard web.config.

Hans Kesting
 
Back
Top