Quantcast
Channel: Customized Commerce 13 and earlier versions
Viewing all articles
Browse latest Browse all 9642

Commerce manager 11.8.0 run on IIS

$
0
0

I have been trying to configure development environment on IIS and can't figure out what I'm missing. 

Almost everything is working:

  • I can login to CMS
  • I can create new site
  • I can see catalog
  • I can change roles for user
  • Application completed migration steps
  • I created databases by using 'Initialize-EPiDatabase' and 'Update-EPiDatabase'

But I have problem with CommerceManager application.

If I enable Widows authorization I can see login form with correct styles. If I enter credentials (admin/store) I will get 'Access Denied' error (Your account does not have rights to access this feature of the commerce manager. Please contact your system administrator for more information.)

If I disable Widows authorization for CommerceManager application I will get the next error:

Url: http://localhost:7150/Apps/Shell/Pages/default.aspx

Error: 

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 

[NullReferenceException: Object reference not set to an instance of an object.]
   Mediachase.Commerce.Manager.Core.Controls.MetaToolbar.GetTopMenuWelcomeText(String resourceString) +51
   Mediachase.Commerce.Manager.Core.Controls.MetaToolbar.BindFromObject(ToolBarItem[] itemCollection, List`1 toolbarItemsCollection) +738
   Mediachase.Commerce.Manager.Core.Controls.MetaToolbar.BindToolbar() +392
   Mediachase.Commerce.Manager.Core.Controls.MetaToolbar.Page_Load(Object sender, EventArgs e) +27
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +67
   System.Web.UI.Control.LoadRecursive() +164
   System.Web.UI.Control.LoadRecursive() +164
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1435

Viewing all articles
Browse latest Browse all 9642

Trending Articles