Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.