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