Asp.net IIS 7.5/Windows 7 Home Premium中的RavenDB错误

Asp.net IIS 7.5/Windows 7 Home Premium中的RavenDB错误,asp.net,.net,windows,iis,ravendb,Asp.net,.net,Windows,Iis,Ravendb,我无法让RavenDB在我的IIS本地副本中运行,而且我似乎找不到任何关于它的信息。我对文件夹和文件设置了适当的权限,并按照设置说明调整了应用程序池,但它似乎仍然不起作用。我得到的唯一(没有帮助的)错误是: Could not authenticate against the server Message: [HttpWebRequest_WebException_RemoteServer] Arguments: NotFound Debugging resource strings are

我无法让RavenDB在我的IIS本地副本中运行,而且我似乎找不到任何关于它的信息。我对文件夹和文件设置了适当的权限,并按照设置说明调整了应用程序池,但它似乎仍然不起作用。我得到的唯一(没有帮助的)错误是:

Could not authenticate against the server


Message: [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
Uri: /databases?database=Default
Server Uri: http://localhost:82/docs/Raven/Databases/Kiosk

-- Error Information --
System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
Arguments: NotFound
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
   at System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
   at System.Func`2.Invoke(T arg)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise)

Inner StackTrace: 
   at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent, Action`1 action)
   at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent)
   at Raven.Studio.Commands.CreateDatabaseCommand.<>c__DisplayClass3.<Execute>b__0(Task`1 task)
   at System.Threading.Tasks.ContinuationTaskFromResultTask`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
   at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
   at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
   at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
无法对服务器进行身份验证
消息:[HttpWebRequest\u WebException\u RemoteServer]
参数:未找到
调试资源字符串不可用。通常,键和参数提供足够的信息来诊断问题。看见http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
Uri:/databases?database=默认值
服务器Uri:http://localhost:82/docs/Raven/Databases/Kiosk
--错误信息--
System.Net.WebException:[HttpWebRequest\u WebException\u RemoteServer]
参数:未找到
调试资源字符串不可用。通常,键和参数提供足够的信息来诊断问题。看见http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.10411.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
位于System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
在System.Func`2.Invoke处(T参数)
在System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar,Func`2 endFunction,Action`1 endAction,Task`1 promise)
内部堆栈跟踪:
在Raven.Studio.Infrastructure.InvocationExtensions.Catch(任务父级,操作`1操作)
位于Raven.Studio.Infrastructure.InvocationExtensions.Catch(任务父级)
在Raven.Studio.Commands.CreateDatabaseCommand.c__DisplayClass3.b__0(任务'1任务)
位于System.Threading.Tasks.ContinuationTaskFromResultTask`1.InnerInvoke()
在System.Threading.Tasks.Task.Execute()中
位于System.Threading.Tasks.Task.ExecutionContextCallback(对象obj)
在System.Threading.ExecutionContext.Run(ExecutionContext ExecutionContext,ContextCallback回调,对象状态,布尔保存SyncCTX)
位于System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task和currentTaskSlot)
在System.Threading.Tasks.Task.ExecuteEntry(布尔bPreventDoubleExecution)
位于System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()处
在System.Threading.ThreadPoolWorkQueue.Dispatch()中
在System.Threading.\u ThreadPoolWaitCallback.PerformWaitCallback()中

这通常表示您没有在IIS中安装/启用Windows身份验证

Windows 7 Home Premium上不提供Windows身份验证。。。您可以禁用RavenDB身份验证(开发机器)吗?