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