asp.net - error: The Web server is configured to not list the contents of this directory -
i've deployed asp.net mvc web-app iis 7. , when try access web-app i'm getting following error:
the web server configured not list contents of directory. how fix access web-app's pages. i'm not trying let end-user browse web-app's directories.
any brilliant idea, please?
you may try this.
open iis -> select web app -> goto features view -> select directory browsing -> enable it
Comments
Post a Comment