.Net Web Config File Enable Application Tracing for Remote. Web
1). In the <system.web> part of the Web.Config
2) Paste in the following:
<trace pageOutput="false" requestLimit="10" enabled="true" localOnly="false" traceMode="SortByTime" mostRecent="true"/>
2) Paste in the following:
<trace pageOutput="false" requestLimit="10" enabled="true" localOnly="false" traceMode="SortByTime" mostRecent="true"/>
Comments
Post a Comment