Question

I want to create a user with Admin privilleges in ASPDotNetStoreFront 9.3 Manually, without using the interface, I don't have good knowlege of ASPDSF database, I explored DB but could not found Users and roles tables and their mapping tables etc. Any one plz guide me about required steps.

Was it helpful?

Solution

First, there is no user table, but a customer table. Everything you need is in that table. They use the IsAdmin field to denote the user role. Now that being said, there is a way to import customer information (called WSI) and this is the correct way to do it. Here is the link - http://manual.aspdotnetstorefront.com/c-144-wsi.aspx. Essentially, you use XML to import the customer information. Here is another link to their test program - http://manual.aspdotnetstorefront.com/p-1434-test-application.aspx and hopefully it will help in what you are trying to achieve.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top