Inhalte aufrufen

Profilbild

HTTP Error 403.14 - Forbidden: Access is denied.

IIS 7.5 Installation error 403 forbidden

  • Bitte melden Sie sich an, um eine Antwort zu verfassen.
3 Antworten zu diesem Thema

#1 Arthur Smaal

Arthur Smaal

    Newbie

  • Members
  • Punkt
  • 5 Beiträge

Geschrieben: 15 July 2016 - 16:29

I keep getting this error no matter what I try. Here's how I have tried to set up the site:

1) download SmartStoreNET.Web.2.6.0.zip

2) unzipped this file into a fresh folder
3) created a new web site in IIS 7.5 and pointed it to this new directory
4) created an application pool and changed the .Net version to 4.0

5) in IIS I changed the permission of the following directories to write for the IIS_IUSRS :

  • App_Data
  • Content
  • Media
  • Plugin

6) when I open my browser and go to the site I receive the following message: 403 - Forbidden: Access is denied.

I have tried to restart the application, the web site and and IIS without success.

Am I missing something?



#2 Artar

Artar

    SmartStore AG

  • Administrators
  • 988 Beiträge

Geschrieben: 15 July 2016 - 16:44

Is there a folder like SmartStoreNET.Web.2.6.0 in the web-root? Does the iis-site point above or into this directory?


Zihni Artar
SmartStore AG


#3 Arthur Smaal

Arthur Smaal

    Newbie

  • Members
  • Punkt
  • 5 Beiträge

Geschrieben: 15 July 2016 - 18:17

IIS points directly into this directory which has, amongst others, global.asax and web.config in it.



#4 Arthur Smaal

Arthur Smaal

    Newbie

  • Members
  • Punkt
  • 5 Beiträge

Geschrieben: 17 July 2016 - 11:51

I found out what the issue was :

In the web.config is the following line : 
<modules runAllManagedModulesForAllRequests="false">
 

I changed this to true and the site came up.




Auch markiert mit einem oder mehrerer dieser Schlüsselwörter: IIS 7.5, Installation, error 403 forbidden