volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Javascript directory forbidden

Hi All,

 

I'm having some toruble with EPiServer 5. When I load the admin panel nothing works because the required javascript has not been downloaded. Using firebug I found out that this has to do with permissions, as I am getting a 403 response.

How do I set up these permissions? I would have thought that this shuld work out of the box, here is my web.config for the util directory (Util/javascript... is the javascript dir)

 

<location path="util">
        <system.web>
            <pages>
                <controls>
                    <add tagPrefix="EPiServerUI" namespace="EPiServer.UI.WebControls" assembly="EPiServer.UI"/>
                    <add tagPrefix="EPiServerScript" namespace="EPiServer.ClientScript.WebControls" assembly="EPiServer"/>
                </controls>
            </pages>
            <globalization requestEncoding="utf-8" responseEncoding="utf-8"/>
      <authorization>
        <allow roles="WebEditors, WebAdmins, Administrators"/>
        <deny users="*"/>
      </authorization>
        </system.web>
    </location>

 

Thanks for any help on this.

#52377
Jul 20, 2011 13:38

Do you have your VPP configuration set up correctly?

#52378
Jul 20, 2011 14:58

Thanks for your response. I just got this sorted, I needed to add a web.config  file with read/exe permissions to the /Util/javascript directory.. fixed my problem.

 

#52381
Jul 20, 2011 16:09
error This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.