MVC: HTTP Error 403.14 - Forbidden; The Web server is configured to not list the contents of this directory.
-
I am working on mvc5, visual studio 2013. Till 3 hours back, my application is working fine. All of a sudden, I'm getting below error "HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory. Most likely causes: A default document is not configured for the requested URL, and directory browsing is not enabled on the server." Note: My application is running on IISExpress I googled and tried the below solutions.Still not working. Please help me to fix this.. 1. added system.webservices tag in web.config as shown in the below link. http://forums.asp.net/t/1897460.aspx?the+web+server+is+configured+to+not+list+the+contents+of+this+directory 2. Run the below command in Command prompt. It allowed me to browse the directories C:\Program Files\IIS Express>appcmd set config /section:system.webServer/directoryBrowse /enabled:true Still error exists. 3. executed below command in command prompt %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir How to fix this..