进后台,输入用户名和密码,然后就出现了如下错误,权限我看了,也是对的
“/”应用程序中的服务器错误。
无法加载或初始化请求的服务提供程序。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Net.Sockets.SocketException: 无法加载或初始化请求的服务提供程序。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[SocketException (0x277a): 无法加载或初始化请求的服务提供程序。]
System.Net.Sockets.Socket..ctor(AddressFamily addressFamily, SocketType socketType, ProtocolType protocolType) +5396793
System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) +97
System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) +202
System.Net.Connection.CompleteStartConnection(Boolean async, HttpWebRequest httpWebRequest) +185
[WebException: 基础连接已经关闭: 无法连接到远程服务器。]
System.Net.HttpWebRequest.GetResponse() +5381661
PageAdmin.masterlogin.Get_PageAdmin() +1482
PageAdmin.masterlogin.Check_Version() +507
PageAdmin.masterlogin.validate_login(Object Src, EventArgs e) +13
System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) +108
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) +118
System.Web.UI.WebControls.ImageButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
版本信息: Microsoft .NET Framework 版本:2.0.50727.4223; ASP.NET 版本:2.0.50727.4223