Obaid
|
Posted Fri 26 Apr 2013
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
OOOps, Sorry, Looks like you answered correctly but I missed your reply! but found the answer. Thank you for dealing with the less informed asp.net developers here! (If you had a penny for every time...)
|
|
|
Obaid
|
Posted Fri 26 Apr 2013
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Solved: There is a reason why we are given the Hashsalt key!!! Web.config needs to be updated to this. Found the solution in this Forum by searching "Hashsalt". Update web.config with the hash key given during install:
<add key="HashSalt" value="PlaceHashsaltHere"/>
|
|
|
Mart
|
Posted Fri 26 Apr 2013
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
Did you try this?
http://forum.kartris.com/Topic100.aspx
Make sure that your webconfig is being updated by the installer... if its not (due to permissions) you'll have to update it manually. The hash you are shown during install should be in your webconfig... if it isn't or if there is a different one then you'll get login issues as the passwords when hashed wont match (as both will have been hashed with different hash values)
|
|
|
Obaid
|
Posted Fri 26 Apr 2013
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Any ideas regarding above?
|
|
|
Obaid
|
Posted Thu 25 Apr 2013
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Sorry if I was not clear. But yes, the problem is with "Admin" user created by Kartris to login to the backend.
|
|
|
Obaid
|
Posted Thu 25 Apr 2013
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Yes, I have these. Here is the latest one. Username Admin Password e3Ea$[}G
and in the table tblKartrisLogin Admin is there with "Login_Password" as "+0jBS68V8EQ48eoFTQuItVm0JzgJ+ctxC2fZ2pzWWIM="
I also note down the hash salt key displayed at the end of installation: Hash Salt Key:244246ad-b4ff-432e-a208-baab5563a9eb
|
|
|
Mart
|
Posted Thu 25 Apr 2013
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
But from what you're saying its not the database passwords that are the issue - its the username and password that Kartris creates for you to use the backend? I think that is what you are saying?
These are generated during install and given to you during the install process. Did you get those?
|
|
|
Obaid
|
Posted Thu 25 Apr 2013
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
Yes, its the backend that is the issue. Frontend loads fine and I get all the sample categories and products. In sql server, all the tables are there and populated. When I look at in Security/Users for any of the many sample database I have installed (because I have run the install routine many times) I see the following: dbo guest INFORMATION_SCHEMA NT AUTHORITY\NETWORK SERVICE sys
For the actual database sql server instance, OBAID-PC\SQLEXPRESS, in Properties/Security I am using SQL Server and Windows Authentication. During the installation routine I select Windows Authentication.
|
|
|
Mart
|
Posted Wed 24 Apr 2013
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
Ah okay... so the installation went fine, this database error isn't during install, its when you try to hit the backend?
|
|
|
Obaid
|
Posted Wed 24 Apr 2013
|
Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36,
Visits: 118
|
The front end works fine but still the same issue with backend, 'Admin' and/or password not found!
|
|
|