View Single Post
  #1 (permalink)  
Old 01-01-2008
jeggebeen jeggebeen is offline
Junior Member
 
Join Date: Jan 2008
Posts: 1
Rep Power: 0
jeggebeen is on a distinguished road
Default Accessing SQL using a connection string

The sql databases are hosted on different boxex than the websites. If I configure an active server page on the website to access the sql database on another server, what username/password would I use?

Is there any problem with trusted connections between the website and database or account delegations problems? For example, annonymous access to the website still uses a user account. If the connection string uses a different user account, will there be a failure to connect?
Reply With Quote