Description of Error Loging in ASP.NET :
Error handling becomes one of the most important task of the webmasters. There is a lot of methods to identify the run time errors and different ways to eradicate those errors. Through this tutorial, the author explains the most common method of error handling using the configuration Web.Config file. The author has given a code in this article which could log in the error page to an SQL server. To find the error pages the users could check the error table. This would lead the user to rectify those errors immediately. Through this article the webmasters could control their web page more effectively.