I'm trying to run an mvc application from iis 7 i've added a new application pool with .net 4 and managed pipeline set to integrated and added a new application with path to my source folder and authentication with my domain\user and password but when i try to access link localhost/ i'll get
HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.
but i don't need to list the directory . What should i do ?
Thanks.