Browse by Tags

All Tags » Custom Event Logging » SharePoint Custom web parts event logging (RSS)

Event logging within MOSS and regular asp.net web application by kemaltolga

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...
More Posts