
November 15th, 2001, 06:30 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
code behind and sql database login
Originally posted by : Pvl (pvledoux@hotmail.com)Hi,I have a very strange problem.My website is protected by basic anthentication. When I create a connectionto my sql server database directly in a aspx page, I use this connectionstring:"Data Source=MySQLServer;Integrated Security=SSPI;InitialCatalog=MyDataBase;persist security info=False;"And it works.But I would like to place my code behind in a .vb file. And the problem isthat string seams not working with code behinding. The server return "LoginFailed for user ...."What can I do ?Thankspv
|