Windows Develop Bookmark and Share   
 index > Windows Forms General > Windows Authetication for remote server
 

Windows Authetication for remote server

Hi All,
My question would be very basic .because i am new bie to .net
In my windows application i have to connect to the SQL server which is in the remote server. The SQL erver shall be connected only through windows authetication mode. The user shall able to configure the database and remote server during or after installation.

How do we connect to the SQL server 2005 in remote server?
How does the user shall configure during and after installion ??
Is the connectviy made through windows authentication mode?
How can we proceed . Pls do needful.

Regards,
Jayakumar Natarajan
Regards,
Jayakumar Natarjan
Click Here :Blog
Jayakumar Nataraj  Thursday, September 24, 2009 3:51 PM
1. Using a connection string that allows you to use Windows Authentication.

Data Source=SomeServerName;Initial Catalog=SomeDatabaseName;Integrated Security=true;

2. A domain administrator will have to configure the permissions for the SQL server to allow the user running the application to have access to the database. This is done through SQL Server Management studio, and not through an installation script.

3. See the answer to number 1.


In the future, please ask only one question per thread. It makes followups much easier.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki �LinkedIn �ForumsBrowser
David M Morton  Thursday, September 24, 2009 3:54 PM
1. Using a connection string that allows you to use Windows Authentication.

Data Source=SomeServerName;Initial Catalog=SomeDatabaseName;Integrated Security=true;

2. A domain administrator will have to configure the permissions for the SQL server to allow the user running the application to have access to the database. This is done through SQL Server Management studio, and not through an installation script.

3. See the answer to number 1.


In the future, please ask only one question per thread. It makes followups much easier.
Coding Light - Illuminated Ideas and Algorithms in Software
Coding Light Wiki �LinkedIn �ForumsBrowser
David M Morton  Thursday, September 24, 2009 3:54 PM

You can use google to search for other answers

Custom Search

More Threads

• Problem printing using Generic Printer
• Tab Key 2.0?
• Run a program under different user
• Obtaining images from Imagelists based on image name
• Serialization of a component, which is a member
• Capturing Text box key press event in VS.net 2005 windows application
• Making Child controls selectable in designer
• C# Button click for 2 buttons handled by one code by mistake
• ListViewItem - odd behavior
• Resizing controls in a panel