Reinstalled Kartris with Sample db but "Username or password" not recognized

Posted By Obaid Tue 23 Apr 2013
Add to Favorites0

Reinstalled Kartris with Sample db but "Username or password" not...

Author Message
Obaid
 Posted Tue 23 Apr 2013
Supreme Being

Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)

Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36, Visits: 118
I followed your instructions for reinstalling Kartris backend.
1) Comment out
<globalization resourceProviderFactoryType="SqlResourceProviderFactory" culture="auto" uiCulture="auto" enableClientBasedCulture="true"/>

2) Then change db name in connection string to a db that does not exeist:
<add name="KartrisSQLConnection" connectionString="Data Source=OBAID-PC\SQLEXPRESS;Integrated Security=True;Initial Catalog=IdoNotExist" providerName="System.Data.SqlClient"/>

3) Ran installation routine. All goes ok and I checked to install sample db.

I have done this a few times but every time it says the user name or password does not exist.
(Yes, 1 and 2 was updated before trying to login)
Wed 24 Apr 2013 by Obaid
Obaid Marked As Answer
 Posted Fri 26 Apr 2013
Supreme Being

Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)

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"/>
Obaid Marked As Answer
 Posted Fri 26 Apr 2013
Supreme Being

Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)Supreme Being - (19,012 reputation)

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...)

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top