I like to track each and every issues of my application. I heared error logging is best. But i dnt have clear idea about it. Can u please take me in right way?
You'll want to use ELMAH. Its very simple to install and captures everything. You can even capture non-errors such as when a user accesses the site using a specific browser & version.
Mindzpark_Ha...
Member
23 Points
103 Posts
Error Log Maintenance
Apr 09, 2012 02:09 PM|LINK
Hi Friends.
I like to track each and every issues of my application. I heared error logging is best. But i dnt have clear idea about it. Can u please take me in right way?
Thanks in advance.
Mandeep Joon
Participant
1570 Points
386 Posts
Re: Error Log Maintenance
Apr 09, 2012 02:15 PM|LINK
Hi,
check this out, may it will help you.
http://imar.spaanjaars.com/275/logging-errors-to-the-event-log-in-aspnet-applications
Mark this as answer if it is helpfull.
Mandeep Joon
Blog:- Hightechnology.
dch3
Member
447 Points
638 Posts
Re: Error Log Maintenance
Apr 09, 2012 02:18 PM|LINK
You'll want to use ELMAH. Its very simple to install and captures everything. You can even capture non-errors such as when a user accesses the site using a specific browser & version.
http://code.google.com/p/elmah/
Ruchira
All-Star
43052 Points
7038 Posts
MVP
Re: Error Log Maintenance
Apr 10, 2012 08:43 AM|LINK
Hello,
Use log4net
http://www.codeproject.com/Articles/37107/Log4Net-with-ASP-NET-3-5-File-Appender
http://www.codemyne.net/(S(zwaehuenlz4iprygrl0xwjft))/articles/using-log4net-in-asp-net-website.aspx?visitid=38&type=2
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.