Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't run any ASP.net MVC app after installing Windows 10 Fall Creators Update [duplicate]

After installing Windows 10 Fall Creators Update I can't run any web app using Visual Studio 15.4.0 with IISExpress.

Even creating a new project does not run.

The error (some words in spanish, but it's an ArgumentOutOfRangeException for the site parameter) :

[ArgumentOutOfRangeException: El argumento especificado está fuera del intervalo de valores válidos.
Nombre del parámetro: site]
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags, PolicyLevel policyLevel, Exception appDomainCreationException) +280

[HttpException (0x80004005): El argumento especificado está fuera del intervalo de valores válidos.
Nombre del parámetro: site]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +10042604
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +95
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254

Información de versión: Versión de Microsoft .NET Framework:4.0.30319; Versión ASP.NET:4.7.2556.0

Tried rebooting, cleaning, etc, but nothing works.

like image 927
Eduardo Molteni Avatar asked Oct 18 '17 13:10

Eduardo Molteni


1 Answers

The @rene question was the solution:

  • Go to control panel
  • Programs
  • Open or close windows features
  • Tick internet information services
  • Restart
like image 121
Eduardo Molteni Avatar answered Nov 20 '22 06:11

Eduardo Molteni