R
Robert
What user/account do I need to setup on my SQL 2000
Server, that requires the use of a Trusted Connection
(Integrated Security=SSPI), in order for my postings to
be able to make a connection to the database.
The SqlConnection would look something like this?
Data Source=MYSQL01;Initial Catalog=WebDB;Integrated
Security=SSPI;Persist Security Info=False;
Under what authority are postings going to be running
under in a MCMS site? This is a public site that we can
assume the end user will not be required to log into.
Web server is Windows 2003 using IIS 6.0 with MCMS 2002.
SQL 2000 server is also running Windows 2003 and only
allows trusted connections.
Is it the IUSR that needs to be added to the SQL Server
as a valid login? Or some other system account?
Server, that requires the use of a Trusted Connection
(Integrated Security=SSPI), in order for my postings to
be able to make a connection to the database.
The SqlConnection would look something like this?
Data Source=MYSQL01;Initial Catalog=WebDB;Integrated
Security=SSPI;Persist Security Info=False;
Under what authority are postings going to be running
under in a MCMS site? This is a public site that we can
assume the end user will not be required to log into.
Web server is Windows 2003 using IIS 6.0 with MCMS 2002.
SQL 2000 server is also running Windows 2003 and only
allows trusted connections.
Is it the IUSR that needs to be added to the SQL Server
as a valid login? Or some other system account?