Implementing a Trusted Connection in global.asa

The following line of code from global.asa shows the text in Eval_ConnectionString, an Application variable. The phrase "Integrated Security=SSPI" in the connection string implements a trusted connection between a Microsoft® Windows NT® or Windows® 2000 group and the Eval database. This means that users or groups of users who have successfully logged on to a Windows NT or Windows 2000 network can access the Eval database without further authentication.

Application("Eval_ConnectionString") = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Eval;Data Source=(local);Server=(local);DataBase=Eval;Connect Timeout=15;Current Language=us_english;QueryLogFile=yes;APP=Microsoft Development Environment"