I have mvc4 web application with Windows authentication enabled on IIS8, Which is working fine.
After few days I have got a change order to update the application . I have done required changes and tested in VS2013+(IIS Express).
But tricky part is after deploying as a new application instead of updating working copy on IIS 8 is giving me 403.14 forbidden exception.
All settings are similar as working web application on same IIS :(
Error:
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
One thing that I have noticed, If I create a new plain mvc application and deploy on IIS8- it is working. However, I am not sure what changes are stopping my application to execute.