What I\'m doing:
I have solved it in a very simple way.
By the following:
Hope this helps you. :"))
After installing Update 2 for Visual Studio 2015 I started getting the same error. I tried everything above with no luck. However, I found a solution that works for me:
YourSolutionFolder\\.vs\config\applicationhost.config
file (note: .vs is a hidden folder)Run VisualStudio with administrator privilegies and run the project. Then close VisualStudio and all errors and run VisualStudio again with the normal user.
This did it for me.
Looks like that IIS has to write something to some config with admin privilegies (port 80 didn't work with normal user but port 6767 worked fine).
delete bin and obj folders from the project folder and rebuild.
Mine happens as soon as I add a new binding inside the applicationhost.config, running as administrator fixed the problem.
I simply toggled on "Enable SSL". This solved my problem.