I am using VS2005 C# .NET 2.0 and SQL Server 2005.
Are there any websites that provide step by step instructions to implement event logging for my web application?
Edit:
I will like to save the log event files as a text file in the application folder.
As my web application does login, validations and checks between several SQL databases, as well as import and export of data from SQL databases. I would like to log the events above in text files.