Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working with Microsoft Visual Studio 2008

To connect to my database using SQL Server authentication I use:

ConnectionStringFactory.Instance.Build(DbConnectionType.Samic,
                                       DbConnectionProvider.SqlServer,
                                       "ASQLL_LMN_UK202\\A_LMN_2",
                                       "db_lmn_omn",
                                       "login1",
                                       "pwd1");

and it works.

Now I want to change to Windows authentication how can I change my ConnectionStringFactory ?

Any help will be appreciated

share|improve this question
Where does that ConnectionStringFactory come from?? Doesn't look like a standard .NET / ADO.NET class to me .... wherever it came from - go there and read the documentation! I'm sure that'll explain how you can use Windows auth instead of SQL Server auth .... – marc_s Dec 18 '12 at 11:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.