C
CompuTechSide
Guest
When i am Install application another system so this error showing User login failed?
how to set connection string when application install another system
by default get system and login name.
<add name="AppName.My.MySettings.MasterConnection" connectionString="Integrated Security=True;Initial Catalog=Master;Data Source=.\SQLEXPRESS" providerName="System.Data.SqlClient" />
<add name="AppName.My.MySettings.DataBaseConnection" connectionString="Server=.\SQLExpress;Initial Catalog=DataBaseName;Trusted_Connection=Yes;" />
Best Regards
Continue reading...
how to set connection string when application install another system
by default get system and login name.
<add name="AppName.My.MySettings.MasterConnection" connectionString="Integrated Security=True;Initial Catalog=Master;Data Source=.\SQLEXPRESS" providerName="System.Data.SqlClient" />
<add name="AppName.My.MySettings.DataBaseConnection" connectionString="Server=.\SQLExpress;Initial Catalog=DataBaseName;Trusted_Connection=Yes;" />
Best Regards
Continue reading...