After
launching anyASP.NET MVC project in theIIS Express8, Igetthe sameerror message
Server Error in '/' Application.
Specified argument was out of the range of valid values.
Parameter name: site
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: site
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
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) +298
[HttpException (0x80004005): Specified argument was out of the range of valid values.
Parameter name: site]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9873912
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
_Sergey
0 Points
2 Posts
IIS 8 Express not work
Sep 21, 2012 08:10 PM|LINK
Hi!
After launching any ASP.NET MVC project in the IIS Express 8, I get the same error message
Server Error in '/' Application.
Specified argument was out of the range of valid values.
Parameter name: site
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: site
Source Error:
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
OS: Windows 7 x64, IDE: Visual Studio 2012
_Sergey
0 Points
2 Posts
Re: IIS 8 Express not work
Oct 02, 2012 01:49 AM|LINK
Hmm... After installation IIS services to the local computer, IIS express also begins to work normally