Click here to Skip to main content
15,908,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
how to use tracing in asp.net framework 3.5 for log at server or
how to debug code at server through browser

or how to make log file in code to check error using try and catch
Posted
Comments
Kornfeld Eliyahu Peter 27-Jan-14 5:01am    
Or how to use Google?
maulikshah1990 27-Jan-14 5:02am    
what ?????

 
Share this answer
 
1)
u can use event viewer from administrative tools and chekc the asp.net(Source) events.

3) you can also write down your own code to email event / error or write to some txt file and check things. or you can simply print exception message by using response.write.
 
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