Subject: Unable to run my application remotely?
Posted By: gowthamsen Post Date: 2/17/2006 4:08:31 AM
Hai friends,

    I am Gowtham. I developped a project (web application) using asp.net and c#. My application is running successfully at my system. But remore users are unable to run my application. They are getting an error message "SqlServer Exception--Login failed for user domain\userid".  I am using windows integrated authentication. In IIS I set the property windows integrated authentication.

    The problem is with sql server authentication. How can I make all remote users to access my application. Could you please help me.

Thanks and Regards
Gowtham sen.




Gowtham Sen
Reply By: savan_thakkar Reply Date: 2/20/2006 9:57:37 AM
Try this Connection string
connectionString="Server=MyServer;Database=MyDb;Trusted_Connection=Yes;integrated security=SSPI;persist security info=False;"


Savan

Go to topic 40307

Return to index page 365
Return to index page 364
Return to index page 363
Return to index page 362
Return to index page 361
Return to index page 360
Return to index page 359
Return to index page 358
Return to index page 357
Return to index page 356