我向 Windows Azure 发布了一个 ASP.NET MVC 4 项目,首先一切正常。但后来,有时它会起作用,但有时我会收到以下错误消息:
Server Error in '/' Application.
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ComponentModel.Win32Exception: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
该网站不包含任何多媒体或任何更大尺寸的数据,所以我不知道是什么原因造成的。