在将nuget包添加到我的项目之后,我正试图在我的visual 2013上运行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发布于 2014-08-02 20:39:50
其实问题就不一样了。
在启用本地IIS服务器之前,我无法在VS 2013和windows 7家庭高级版上启动任何web应用程序。
现将此问题处理如下:
ASP.net论坛
发布于 2014-08-01 18:28:57
您安装了哪个版本的NuGet.Server包?你把它安装到asp.net网络应用程序了吗?
关于如何创建远程提要- http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds的文档。
https://stackoverflow.com/questions/24726118
复制相似问题