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