Integrated Security

  • Thread starter Thread starter Srinivasa Reddy K Ganji
  • Start date Start date
S

Srinivasa Reddy K Ganji

Hi

I have come across this type of code at many places.

New SqlConnection("Data Source=(local);Initial Catalog=XYZ;Integrated
Security=SSPI;")

I assume that the database connection details are hidden here. What is
"Integrated Security=SSPI"? Can anyone guide me how to set this up using c#.
Also is it possible to set up this type of connections on web sites hosted
with commercial web hosting companies. Any examples, links highly
appreciated.

Thanks in advance,

Reddy
 
Back
Top