November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Did you use admin/store?
I assume that you have a CMS site then you install Commerce ?
HI Louise
You'll also have to set in web.config
<location path="EPiServer">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>
once your in , create a username and password and add it to admin group , log out and try login using new username /password
Make sure to update web.config with original settings.
I am new with episerver but I am building a e-commerce site with CMS and Commerce and I have trouble to login at my CMS as admin. I have tried to change in my web.config file
<location path="EPiServer/CMS/admin">
<system.web>
<authorization>
<allow roles="WebAdmins, Administrators" />
<allow users="*" />
</authorization>
</system.web>
</location>
But I still have to login and no username or password I have used works. Would apreciate some help please.