Donate SIGN UP

Anyone else having problems getting in to hotmail?

Avatar Image
China Doll | 14:20 Sat 21st May 2011 | Technology
6 Answers
I keep getting this message....

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>

It was fine earlier :-S
Gravatar

Answers

1 to 6 of 6rss feed

Best Answer

No best answer has yet been selected by China Doll. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
Just tried mine and it was ok.
Just wait a bit and try again.
Question Author
It's weird, my messenger is working, I can get in to the MSN home page fine, just can't get in to my hotmail at all and I don't understand what I've done.
I get this message periodically with Hotmail. Leave it a while and try again...
Question Author
Thanks. What an arse!
I have found several times CD that I couldn't log on to Hotmail it kept telling me that either my email address or password was incorrect, in the end I thought sod this & opened a G/mail account which I find much better.Ron.

1 to 6 of 6rss feed

Do you know the answer?

Anyone else having problems getting in to hotmail?

Answer Question >>