trace axd 500
Account Home | Help | Blog | Contact us | Log Out


Welcome to Kbytes > Articles

trace axd 500

Posted By: siteadmin on 26/04/2013 10:37:00

 

If you get a server 500 error when trying to trace and using the axd file to do so this might caused by misconfiguration on the web.config file.
 
 
If you follow the path and add the localOnly="false" first then it tells you add the enabled=true but no in separate nodes:    <trace localOnly="false" enabled="true"/>  that is better.  
 
So our file completed was:
 
 
<?xml version="1.0"?>
<configuration>
  <system.web>
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.0" urlLinePragmas="true"/>
    <customErrors mode="Off"/>
    <trace localOnly="false" enabled="true"/>
  </system.web>
</configuration>
 
 

blog comments powered by Disqus

Kbytes Home | Privacy Policy | Contact us | Testing Area

© 2004 - 2024 1 Oak Hill Grove Surbiton Surrey KT6 6DS Phone: +44(020) 8123 1321