I am Using Visual Studio 2015, with Windows 10 hp laptop. After I created an asp.net mvc application, build it and run it I get this error:
Specified Argument was out of the range of valid values Parameter name : site
Description : An unhanded Exception occurred during the execution of the current web request
Stack Trace:
[ArgumentOutOfRangeException: Specified Argument was out of the range of valid values. Parameter Name: site]
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags, hostingFlags, PolicyLevel, policylevel, Exception appDomainCreationException) +560
[HttpException (0x80004005): Specified Argument was out of the range of valid values. Parameter Name: site]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +765
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerReuest wr, HttpContext context) +195