Show full error message on client
Add the following to your web.config
under <system.web>
:
<system.web>
<customErrors mode="Off" />
...
</system.web>
Add the following to your web.config
under <system.web>
:
<system.web>
<customErrors mode="Off" />
...
</system.web>