If your application is throwing errors, but you cannot see the full error message, you can disable customErrors.
To do this, you have to set customErrors mode to “Off” as shown below. Be careful though as this could expose sensitive information shown in error messages as well as detailed stack traces.
<configuration>
<system.web>
<customErrorsmode="Off"/>
</system.web>
</configuration>
When you want to use a new type of index files on your website with certain filename extensions,... Read More
1. Purchase a Windows Reseller Hosting. 2. Login to plesk. You can login to plesk via following... Read More
Errors accessing database via SQL management studio When you connect your database with remote... Read More
1. Login to Plesk. 2. Go to ASP Settings. 3. Click on Change Version. 4. Select your... Read More
Using the following code in your web.config file automatically redirects visitors to the HTTPS... Read More