ServWise Knowledgebase
50% off all hosting at servwise
Search:     Advanced search
Browse by category:
Glossary of hosting terms



Enabling detailed error reporting on Windows Server 2008 (IIS7)

Votes: 0

Windows Server 2008 (IIS7) by default displays non-detailed error messages. This is important for best security. 

To enable detailed error messages in your websites you should modify the web.config file in your websites root folder.

Adding the "httpErrors" node below within the "configuration/system.webServer" node (Simply create the nodes if they don't exist)

e.g.

<configuration>
<system.webServer>
<httpErrors errorMode="Detailed" />
</system.webServer>
</configuration>

Once added all pages within this website will show detailed error messages when reporting errors.

We recommend you remove this setting for best security on live production websites.

Please also see the following URL for more information

http ://www.iis .net/ConfigReference/system.webServer/httpErrors

Others in this Category
document How do you calculate bandwidth?
document How do I upload my website to your servers?
document What are pros and cons of free hosting versus paid-for hosting plans?
document What are some of the important features that web hosting plans should offer?
document Can I view my site before the DNS has propagated?
document Connecting using Secure FTP (FTP via SSL) on Windows Hosting
document What is the local path to perl?
document What is the specification of your network, data center and client servers
document What is an email "alias" and what is it for? (Windows Hosting)
document Connecting to our US Windows Servers using VPN
» More articles



RSS