Error: We are currently experiencing technical difficulties. We are aware of the problem and hope to have it resolved soon. Thank you for your patience


Anyone else not happy that this keeps happening??
8/30/2013 1:08 PM
 

Server Error in '/HBD' 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>
8/30/2013 1:10 PM
I havent had any troubles.
8/30/2013 1:22 PM
I'd been getting it earlier this afternoon, but it cleared up a few minutes ago.
8/30/2013 1:24 PM
They're still happening.

 
Error: We are currently experiencing technical difficulties. We are aware of the problem and hope to have it resolved soon. Thank you for your patience.
8/30/2013 1:36 PM
They do seem to be more frequent right now.
8/30/2013 1:52 PM

Search Criteria

Terms of Use Customer Support Privacy Statement

© 1999-2026 WhatIfSports.com, Inc. All rights reserved. WhatIfSports is a trademark of WhatIfSports.com, Inc. SimLeague, SimMatchup and iSimNow are trademarks or registered trademarks of Electronic Arts, Inc. Used under license. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.