Did I break it again? (Stardock Logon)
Saturday, March 10, 2012 by LizMarr | Discussion: Stardock Support General
See, I tol' you I broke it...
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>
|
Finis.
And all I wanted was some registration nos. for the reinstalling I'm doing.
Reply #2 Saturday, March 10, 2012 6:53 AM
Humm... maybe someone didn't pay their server tab...
Reply #4 Sunday, March 11, 2012 2:17 PM
Hum... (clicks on icon in SpeedDial) Yup, working. Now I can finish those installs.
Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!








Reply #1 Saturday, March 10, 2012 5:45 AM
The same problem happened for me, today, when I tried to logon to my account for downloading a game i bought.