nuget.server nuget包异常

nuget.server nuget包异常,nuget,nuget-server,Nuget,Nuget Server,在将Nuget包添加到我的项目中之后,我正在尝试在VisualStudio2013上运行Nuget.Server 错误: [ArgumentOutOfRangeException: Specified argument was out of the range of valid values.. Paramter name: site] System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags,

在将Nuget包添加到我的项目中之后,我正在尝试在VisualStudio2013上运行Nuget.Server

错误:

    [ArgumentOutOfRangeException: Specified argument was out of the range of valid values..
Paramter name: site]
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +303

[HttpException (0x80004005): Specified argument was out of the range of valid values..
שם פרמטר: site]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9915300
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

您安装了哪个版本的NuGet.Server软件包?您是否已将其安装到asp.net web应用程序


关于如何创建远程提要的文档-

实际上,问题不同

在启用本地IIS服务器之前,我无法在VS 2013和windows 7 Home Premium上启动任何web应用程序

问题在这里得到解决: