3
Answers

Issue Log

karthik v

karthik v

13y
1.4k
1
Hi Experts

I have developed a web application which works fine.But when an exception is raised it would break the complete application and give the error message to the user.I will have to interact with the user and get more details about the error.The user would send me a screenshot of what the error page was.

I have developed a error page also but if i redirect the user to the error page i would not know the error and where exception had been raised.

Some of my colleagues suggested that we can log issues into the issue log using dot net and possible exception where it has been raised .

Any Suggestions



Answers (3)
0
karthik v

karthik v

NA 109 56.2k 13y
Thank you Javeed and Suthish.
I have created a global.asax file and in the aplication_Error event i have created a text file which would show the errors if the application crashes or doesnt work......

Let me know if this is a good approach or not.
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 13y
Easiest way is to write the error messages into a text file.
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 13y