Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

The ASPNETCoreModule which is required to host .NET Core projects in IIS does not appear to be installed

$
0
0

I've just installed  Visual Studio 2015 Professional and have just created new ASP.NET Core Web Application project. When I run the  ASP.NET Core Web application

 project I've met the following exception(I am just hitting Ctrl+F5 to run the project in Visual Studio 2015):

The ASPNETCoreModule which is required to host .NET Core projects in IIS does not appear to be installed. Try repairing Visual Studio to correct the problem.

If I run other types of projects such as ASP.NET MVC or ASP.NET Web API, then they run perfectly.

The following SDK is already installed:

enter image description here

What I've tried to do:

  1. I have varied version attribute to  1.0.0-preview2-final, 1.0.1, 1.0.3:

    "Microsoft.NETCore.App": { "version": "1.0.3", "type": "platform" },

  2. I have installed DotNetCore.1.0.4_1.1.1-WindowsHosting:

enter image description here

  1. I have repaired Visual Studio 2015 Professional twice.

Does anybody know what I should do to fix the problem? Any help would be greatly apreciated


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>