I've recently updated my version of Visual Studio from 2010 to 2013. I have a web project which i can launch with no problem on 2010.
However every time i try to launch the same project on 2013, i get:
Error HTTP 403.4 - Forbidden
In 2010 version, I use visual studio development server for debug. However on 2013, there is no such option, so I have to utilize IIS Express. Despite of the project is not configured to use SSL, it throws me the previously exception.
Do you know if it's necessary to do further configurations?
In your web.config file or the ApplicationHost.config of IIS Express search for
and remove the whole node.