Not signed in (Sign In)

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorrwbarton
    • CommentTimeNov 24th 2009 edited
     

    When I go to http://mathoverflow.net/ I see:

    Server Error in '/' Application.
    

    http://faketestsite.stackexchange.com/ is unaffected, so I guess this is a Math Overflow-specific problem.

    • CommentAuthorhyh1048576
    • CommentTimeNov 24th 2009
     
    I have the same problem, here is the error info:

    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>
    •  
      CommentAuthorJon Awbrey
    • CommentTimeNov 24th 2009
     

    It's very intermittent, sometimes it comes up okay, sometimes I get the above error message[, optional serial comma] and sometimes I get that page with the cute picture of Schrödinger's Kitty:

    Schrödinger's Kitty

  1.  
    • CommentAuthordimpase
    • CommentTimeOct 30th 2012
     
    Is it just Singapore, where we don't get mathoverflow.net for the past few hours?
    • CommentAuthorplhersh
    • CommentTimeOct 30th 2012 edited
     
    No, it's not just Singapore. There is another meta thread where Ben Webster has just speculated it might be hurricane related. I'm in North Carolina, and MathOverflow is certainly not working here. But stackexchange otherwise seems to be up. Ben mentions in his post in the other meta thread that the stackexchange company is located in lower Manhattan. Let me attempt to create a link to the other thread: http://tea.mathoverflow.net/discussion/1457/what-happened-to-the-main-site/#Item_0