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:
What I've tried to do:
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" },
I have installed DotNetCore.1.0.4_1.1.1-WindowsHosting:
- 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