I have asp.net mvc 5 application and i want run the app on windows server 2012 by iis 8. I get HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
I read about this problem a lot in the web.but still no solution for me.
I tried run
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir
tried :
<system.webServer>
   <modules runAllManagedModulesForAllRequests="true"/> 
<validation validateIntegratedModeConfiguration="false"/>
 </system.webServer>
I checked the relevant features in windows features on and off.
but still nothing, someone can help?
