.NET SocketException - 请求的名称有效,但未找到请求类型的数据

.NET SocketException - 请求的名称有效,但未找到请求类型的数据

我一直在网上寻找遇到过与我一样的错误但却无功而返的人。

我向 IIS 部署了一个新的 ASP.NET Web 应用程序,当我尝试访问该网站时,出现以下服务器错误。这似乎可能与网络有关,但我真的不确定。

提前致谢!

[SocketException (0x2afc): The requested name is valid, but no data of the requested type was found]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +4729427
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +1725
TIMSS.Messaging.ISynchronousMessageProcessor.ProcessSync(IMessage message) +0
TIMSS.Messaging.ClientSideImplementation.SimpleMessageDeliveryStrategy.ProcessSync(IMessage message) +159
TIMSS.PersonifyInitializer.CreateBaseRemotingContext(ISeatInformationProvider seatInformationProvider) +703
TIMSS.PersonifyInitializer.Authenticate(ISeatInformationProvider seatInformationProvider) +65
TIMSS.PersonifyInitializer.InitializeEnvironment(ISeatInformationProvider seatInformationProvider, String configDir) +57
TIMSS.PersonifyInitializer.Initialize(String configPath, ISeatInformationProvider seatInformationProvider) +142
ClubLocator.MvcApplication.Application_Start() +362

[HttpException (0x80004005): The requested name is valid, but no data of the requested type was found]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +4057733
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +191
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +352
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +407
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +375

[HttpException (0x80004005): The requested name is valid, but no data of the requested type was found]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11702064
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr,  HttpContext context) +4870277

相关内容