Server Error in '/' Application.

Trace Error

Description: The current trace settings prevent trace.axd from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable trace.axd to be viewable on remote machines, please create a <trace> tag within the configuration file located in the root directory of the current web application. This <trace> tag should then have its "localOnly" attribute set to "false".


<configuration>
    <system.web>
        <trace localOnly="false"/>
    </system.web>
</configuration>


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0