User login Failed

  • Thread starter Thread starter CompuTechSide
  • Start date Start date
C

CompuTechSide

Guest
When i am Install application another system so this error showing User login failed?

1606339.png

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...
 
Back
Top