Portal Home > Knowledgebase > Industry Announcements > Web Hosting Main Forums > Providers and Network Outages and Updates > NameCheap.com: Genuine Windows Error Messages


NameCheap.com: Genuine Windows Error Messages




Posted by srider, 06-27-2011, 12:12 PM
Apparently NameCheap.com is running the least secure operating system ever invented, based on these Genuine Microsoft® error messages at http://namecheap.com/

Quote:
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

Posted by layer0, 06-27-2011, 12:42 PM
So, they're running Windows Server. Many sites do. I'm not sure I see your point?

Posted by srider, 06-27-2011, 01:40 PM
My point was that they were down earlier, they are back now.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
vbulletin.org down? (Views: 1060)
Yahoo Mail (Views: 1103)
DedicatedNow Issue? (Views: 1071)

Language: