One thing I am going to remember is Trace with ASP.NET... It is so powerfull to watch Application, Session and ViewState.
<trace enabled="true" requestLimit="40" localOnly="false" />
Very important when troubleshooting:
http://msdn.microsoft.com/en-us/library/y13fw6we%28VS.71%29.aspx
1 comment:
Post a Comment