Lol, I better post it before it disappears. Msn messenger service is being down for almost 12 hours or more. Noone can log into the messenger service. At the very moment I am writing this , if you go to
http://messenger.msn.com/ you are redirected to [http://messenger.msn.com/Default.aspx?aspxerrorpath=/Default.aspx]
And there you will see this GRAND message. I doubt many people have seen this magical message from microsoft web pages before!
| Quote: |
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".
[quote[size=18]]<!-- 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> |
Yeap, that's all that you would see if you were lucky enough to visit [http://messenger.msn.com] right now! I think, I can fairly guess that today, october 11, 2004 must be the blackest day in MSN and Microsoft's history. 
_________________
Dust fills my eyes / Clouds roll by / and I roll with them / Centuries cry / Orders fly / and I fall again
Afford best design, implement best solution. Outsource your web design.
Last edited by quantum on Tue Oct 12, 04 8:12 am; edited 1 time in total