|
Event logging in asp.net is pretty straight forward. In MOSS it might be a little different. 1. Regular asp.net web application First, reference the System.Diagnostics namespace. using System; using System.Collections; using System.Configuration; using...
|