Enable ASP.NET errors on Remote Server
Add <customErrors mode=”Off” /> underĀ <system.web> tag in the web.config file
For Example
<system.web>
<customErrors mode=”Off” />
</system.web>
Add <customErrors mode=”Off” /> underĀ <system.web> tag in the web.config file
For Example
<system.web>
<customErrors mode=”Off” />
</system.web>