Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Please give me answer to my question
Posted
Comments
DaveAuld 22-Sep-12 6:03am    
Read the error logs from the hosted server, or speak to the hosting company to tell you what the IIS logs are telling you. You could also implement the likes of ELMAH to see what is going on. (http://code.google.com/p/elmah/ There are articles on CP about this.)

1 solution

You can

- log in text files
- log to Database
- log to the event log
- send mail to the developers with the error messages

Please have a look at the article Check Web Application Error Handling in ASP.NET[^] for detailed descriptions.

For logging to files - Create Simple Error Log Files using ASP.NET and C#[^].

For sending mail and saving in database - Error logging techniques using Database[^].

Thanks...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900