Debugging ASP.Net application

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

Guest

Hi all,

I am working on a project which was developed earlier by some other company.
Work mainly involves maintaining the web site and do minor enhancements. The
project is very huge.

My question mainly focussed on error handling. In this project the error is
handled using try catch block. When any error occurs the user is redirected
to a generic error page which displays “Unexpected errorâ€. This error message
is statistically put on the page and shown to the user when any error occurs
on the page.

This project is deployed on a production server and we do not have access to
it. Recently one of the sections of the project is showing error pages for
many user. The problem is that I am not able to reproduce the error on
development computer.

Since I do not have access to production server, I have no way of modifying
anything and find out the error. Even if I have to make any modification, I
need to go through a lengthy process of raising RFC etc.

Can anybody please tell me on such a constraint environment, how can I find
out the real cause of the error, without modifying the code.

The project is using .NET 1.1

Thanks all
Pradeep_tp
Query_0000003
 
From my experiance so far with Webservices, I dont think you are going
to be able to find out without modifying the code.
Do you have <customErrors mode="RemoteOnly" />
Is there no way to stop re directing the user to a standard error page
as I think this is going to be hard to get arround.

I would just like to know if you studied in South Africa at Tuks.
 

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