I can confirm that the dialog popped up when click "Edit
Permissions..." is the same with the dialog that popped up after click
"Properties" in the Windows Explorer. And here is the full error.
Server Error in '/THEILink/API' 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:
Line 67:
Line 68:
NonAdminHttp.EnsureCanListenToWhenInNonAdminContext(80);
Line 69: _documentStore.Initialize();
Line 70:
Line 71: //MemberRepository.NormalizeOldRecords();
Source File: E:\Work\Projects\THEILink\src\THEILink.API
\Global.asax.cs Line: 69
Stack Trace:
[HttpListenerException (0x5): Access is denied]
System.Net.HttpListener.AddAllPrefixes() +335
System.Net.HttpListener.Start() +883
Raven.Http.HttpServer.Start() in c:\Builds\raven\Raven.Http
\HttpServer.cs:149
Raven.Client.Embedded.EmbeddableDocumentStore.InitializeInternal()
in c:\Builds\raven\Raven.Client.Embedded\EmbeddableDocumentStore.cs:
141
Raven.Client.Document.DocumentStore.Initialize() in c:\Builds\raven
\Raven.Client.Lightweight\Document\DocumentStore.cs:478
THEILink.API.MvcApplication.InitializeStore() in E:\Work\Projects
\THEILink\src\THEILink.API\Global.asax.cs:69
THEILink.API.MvcApplication.Application_Start() in E:\Work\Projects
\THEILink\src\THEILink.API\Global.asax.cs:47
[HttpException (0x80004005): Access is denied]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext
context, HttpApplication app) +4053077
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): Access is denied]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
+11689168
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
+141
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest
wr, HttpContext context) +4865173