web.config 500 internal server error godaddy
I have a hosting on GoDaddy and I uploaded a simple Asp.Net MVC application (4.5.2) and getting the error 500 (Internal Server Error). I modified my web.config
<system.webserver>
<validation validateintegratedmodeconfiguration="false" />
</system.webserver>
Still, I get the errror..how to solve.