I have hosting with Godaddy Windows PLan.
It is IIS7. So everytime scripts have error, it only shows generic 500 error. I do n't knowhow to track error without detailed error line.
And their tech recommend me to add web.config file on root as below codes:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.web>
<customErrors mode="Off"/>
</configuration>
I upload this file to root. If script has error, it still shows 500 error. I also tried intergrated mode or Classsic mode. it sitill have same error.
Is ther e anybody know how to resolve this problem? It spends me one week working on this issue.
Help pls.