The requested page cannot be accessed because the related configuration data for the page is invalid.
Solution:
you need to enable and see detailed errors of your webconfig file.
<configuration>
<system.web>
<customErrors mode="Off"/>
<compilation debug="true"/>
</system.web>
</configuration>
0 Comments