Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Tuesday, November 21, 2006 - Posts

Programmatically accessing Tracing info in Asp.Net 2.0

For enabling Tracing we normally Tweak the config file right.... <configuration><system.web><trace enabled="true" writeToDiagnosticsTrace="true" /></system.web></configuration> But in asp.net 2.0 you can do a bit more...
posted by Shahed | 0 Comments