Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Problem with viewing the EpiServer CMS

Vote:
 

Hi!

Sometimes when i'm using the CMS of EpiServer i getting a strange layout (screenshot below) of the CMS. I can solve this by recycling the application pool in IIS or change the web.config and save it.

Does somebody has a solution for this problem?

 

#57795
Mar 28, 2012 10:39
Vote:
 

Hi Patrick,

I've seen this before with Commerce. What you can try to do is rename the app_themes folder in your web root.

In that folder you will find an icon for Commerce. Copy this icon to the CMS folder in program files (ex C:\Program Files (x86)\EPiServer\CMS\5.2.375.236\Application\App_Themes). It should lie in the same folder structure inside the App_Themes folder. Can't say what the folders are right now as I don't have a Commerce installation in front of me.

Then restart IIS and the problem should not appear again. 

#57798
Mar 28, 2012 11:13
Vote:
 

Thanks Toni. I will try that.

#57800
Mar 28, 2012 11:38
Vote:
 

HI,

Add the below entries in web.config entries

<location path="App_Themes/Default">
    <system.web>
      <httpRuntime maxRequestLength="1000000"/>
      <authorization>
        <allow roles="WebServices,Administrators"/>
        <deny users="*"/>
      </authorization>
    </system.web>
 </location>

 

Regards

Venkata Phani

#57954
Apr 05, 2012 8:13
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.