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
 

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

Back
Top