Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > TS Community > The Meeting 'spot'

Looks like another attack on the msn servers

Reply
Bookmark / Share this page
Thread Tools
  #1  
Old 01-23-2005
Newcomer, in training
 
Member since: Jan 2005, 30 posts
Looks like another attack on the msn servers

lol msn is down in the dumps again

http://messenger.msn.com/Default.asp...=/Default.aspx

thats what happening :P service has been down for a while lets see what happens now

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>

Thats the eroor :knock:
Reply With Quote
Reply
Thread Tools

Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
MSN Mail Says Install Dictionary From Works 7.0 for E-mail Spellchecker - HOW? Irish Eyes Windows OS 3 12-01-2006 06:44 PM
Microsoft servers leave 800 planes in the air Phantasm66 Old Frontpage News & Comments 7 09-26-2004 09:18 PM
MSN Web Messenger coming later this year! dwergs News & Interesting links 0 07-25-2004 01:48 PM
Vulnerability in MSN Messenger TS | Thomas Old Frontpage News & Comments 0 03-10-2004 12:32 PM
MSN 6 trouble kapsi Windows OS 3 08-28-2003 11:37 AM


All times are GMT -4. The time now is 11:27 AM.