After I put my password on windows live log in page I get a page saying
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the … (read more)
After I put my password on windows live log in page I get a page saying
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".
<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.
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
I've tried different things like clear the cache and cookies, check for any general.useragent.override pref. that might be causing the issue but no luck on anything. Is it my settings or is it a problem from Microsoft.
Other people that I asked could actually log into their accounts which leads me to think its something on my computer or account. I can't access my account neither from friends computer that could access theirs nor from my kindle or my blackberry.