I am using Visual Studio 2015 with a laptop running Windows 10 hp. After I created the asp.net mvc application, create it and run it, I get this error:
The specified argument is out of range. Parameter Name: Site
Description: An unhandled exception occurred during the execution of the current web request
Stack Trace:
[ArgumentOutOfRangeException: The specified argument was out of range. Parameter name: site]
System.Web.HttpRuntime.HostingInit (HostingEnvironmentFlags, hostingFlags, PolicyLevel, policylvel, Exception appDomainCreationException) +560
[HttpException (0x80004005): The specified argument was out of range. 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
source
share