ouch, server error???

 Merry Christmas all:

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>

1,356 views 5 replies
Reply #1 Top

Thanks, looking into it.

 

Reply #2 Top

The server hardware died today.  We are moving it to a new server (along with other functions).  The following will be down for a few hours:

1) Serial Generation

2) Serial activation

3) News

4) GC Metaverse

Thank you for your patience.

Reply #3 Top

It's like the servers knew it was a holiday...

Reply #4 Top

So, I didnt realize that the servers were totally mucked up, and was trying to order World of Goo to play.  Got the error screen, went back to the shopping cart, and tried a few minutes later, etc...

It finally went through, but no email or icon appeared afterwards (guessing due to the serial generation being down). Normally I wouldn't care and would just wait for the server elves to fix it, but I noticed that my card is showing four pending Stardock purchases now.  Will you guys be making sure only one goes through for idiots like me that tried to resubmit after the error, or will I need to contact support on Monday?

Reply #5 Top

To make sure that purchase/charging errors are cleared up, email sales@stardock.com with your order details so they can be sorted out quickly.