Created
March 13, 2012 20:57
-
-
Save leniel/2031525 to your computer and use it in GitHub Desktop.
WinHost Server Error when trying to access deployed app with UseEmbeddedHttpServer = true
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Server Error in '/test' Application. | |
Access is denied | |
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.Net.HttpListenerException: Access is denied | |
Source Error: | |
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. | |
Stack Trace: | |
[HttpListenerException (0x5): Access is denied] | |
System.Net.HttpListener.AddAllPrefixes() +356 | |
System.Net.HttpListener.Start() +303 | |
Raven.Database.Server.HttpServer.StartListening() in c:\Builds\RavenDB-Stable\Raven.Database\Server\HttpServer.cs:210 | |
Raven.Client.Embedded.EmbeddableDocumentStore.InitializeInternal() in c:\Builds\RavenDB-Stable\Raven.Client.Embedded\EmbeddableDocumentStore.cs:148 | |
Raven.Client.Document.DocumentStore.Initialize() in c:\Builds\RavenDB-Stable\Raven.Client.Lightweight\Document\DocumentStore.cs:483 | |
MyApp.Models.DataDocumentStore.Initialize() +144 | |
MyApp.MvcApplication.Application_Start() +200 | |
[HttpException (0x80004005): Access is denied] | |
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9170941 | |
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +131 | |
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +194 | |
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +339 | |
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +253 | |
[HttpException (0x80004005): Access is denied] | |
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9090044 | |
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97 | |
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +256 | |
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment