Answered by:
Sign in Issue

Question
-
Hi.
When we want to sign in to the msdn forums with a live or hotmail ID, an asp.net error shown.
It will occur when you sign in to your email too by the same browser.
So we must sign out from our hotmail.
Otherwise you can't post a comment or edit your profile!
I test it with my to live and hotmail IDs and IE, FireFox, Chrome browsers.
- Edited by Brent SerbusEditor Tuesday, January 25, 2011 5:17 AM updated title
Answers
-
The windows azure forums were temporarily locked but are no longer. If you are having sign in problems with windows live (and your hotmail) those can be addressed at the windows live solutions center: http://www.windowslivehelp.com/product.aspx?productid=1
Community Forums Program Manager- Marked as answer by Brent SerbusEditor Thursday, January 27, 2011 5:58 PM
All replies
-
Hi -
Thank you for your post. Are you still experiencing the same issue? We are not able to repro this issue from our end.
Can you please try to clear cookies & cache from IE and try in a new browser. If possible try to reset your IE and try once again.
If issue still persists, can you try in another computer as well ?
Thank you for your co-operation.
Tagore Bandlamudi Tier 2 Application Support Server and Tools Online Operations Team -
-
-
-
-
-
Hi -
Are you trying to access these two URL's - http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/d8dee04b-5310-4274-838d-31f601b51e36/
These Forums are locked and you cannot post, edit etc.
Tagore Bandlamudi Tier 2 Application Support Server and Tools Online Operations Team -
-
The windows azure forums were temporarily locked but are no longer. If you are having sign in problems with windows live (and your hotmail) those can be addressed at the windows live solutions center: http://www.windowslivehelp.com/product.aspx?productid=1
Community Forums Program Manager- Marked as answer by Brent SerbusEditor Thursday, January 27, 2011 5:58 PM
-
Server Error in '/Forums' 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>
Is it not enough?
unfortunately Microsoft did not inspect this big error in Windows Live login in MSDN forums.
I'm sorry.