Hi
I have downloaded nopCommerce and saved it under Visual Studio / project. I have opened it with the help of the meny "Open Web Site" into Visual Studio. This worked fine, no errors. When I used "F5" to build the application nopCommerce and present it as a Web Site into the browser, I got the following error in the browser: .
<div class="content-container">
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
</div> <div class="content-container"><fieldset style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;background:transparent;">
Most likely causes:
- A default document is not configured for the requested URL, and directory browsing is not enabled on the server.
</fieldset></div> <div class="content-container"><fieldset style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;background:transparent;">
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 enable directory browsing at the site level.
- Verify that the configuration/system.webServer/directoryBrowse@enabled attribute is set to true in the site or application configuration file.
I have been in the IIS manager and enabled the "DirectoryBrowse" and I have put in different default documents, but still I do get the same error. . One problem is that I do not know what the requested URL (the default document) is in nopCommerce?
Do you know what I shall use as default document?
The last point above: Verify that the .................. Are you able to tell me where I do find that file and how to handle the file?
Other ideas to solve the problem?
Thanks for your help.
Regards
Egil Ryengen