I have one problem related to registering asp.net in IIS 10.
Windows 10, IIS 10, VS 2013 and VS 2015 are installed in my environment, .NET 3.5 is a feature in Windows functions.
I want to use nettcpbinding in iis, so I installed WCF HTTP activation and WCF activation without HTTP. After that I will need to re-register asp.net in IIS. I run below the team
C:\Windows\Microsoft.NET\Framework64\v4.0.30319>aspnet_regiis -i
And I got the result below, is asp.net registered in IIS correctly?
Any help would be appreciated.
Microsoft (R) ASP.NET RegIIS version 4.0.30319.0 Administration utility for installing and removing ASP.NET on the local computer. Copyright (C) Microsoft Corporation. All rights reserved. Installation of ASP.NET (4.0.30319.0) has begun. This option is not supported by the operating system version. Administrators should instead install / uninstall ASP.NET 4.5 using IIS8 using the "Turn Windows" Dialog Box "Enable / Disable Features", "Server Management" tool or dism.exe command line tool. See http://go.microsoft.com/fwlink/?LinkID=216771 for more information. Ready installation of ASP.NET (4.0.30319.0).
source share