Time and play stopped in the fourth quarter during the live game. Then I got a page:
I.O.U. One (1) Error Page
A useful error page should go here eventually. Until then, we suggest you hit back in your browser and try again, and if the problem continues, let us know in the bugs forum.
I couldn't sign in for 30 minutes after this notification.
And it still showed me a page:
<!-- 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>
Now is all OK, but maybe it is important information that something was wrong with live game.