Posted on: 3/15/2015 7:38:06 PM | Views : 632

Dear all, I'm new with ASP.NET and I'm trying to create a web site. I got an error in execution and I dunno what's the problem maybe some thing with config file! here is the error message: ----------------------------- 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. Things you can try: If you do not want to enable directory browsing, ensure that a default document is configured and that the file exists. Enable directory browsing. Go to the IIS Express install directory. Run appcmd set config /section:system.webServer/directoryBrowse /enabled:true to enable directory browsing at the server level. Run appcmd set config ["SITE_NAME"] /section:system.webServer/directoryBrowse /enabled:true to enabl ...

Go to the complete details ...