12
指定的参数超出有效值范围。参数名称:site
我收到这种错误: 指定的参数超出有效值范围。参数名称:site 在调试我的任何项目时。 重新安装My Visual Studio 2012之后,我也尝试过。但是同样,调试时遇到的同样问题。 我的系统的配置是: Windows 8:32位 Visual Studio:2012年 显示网页类似时抛出异常, [ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: site] System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +298 [HttpException (0x80004005): Specified argument was out of the range of valid values. Parameter name: site] System.Web.HttpRuntime.FirstRequestInit(HttpContext …
253
c#
visual-studio
iis
web-config