tags:

views:

25

answers:

1

what is integrated security in connection string in asp.net.

+4  A: 

It uses the Windows account information from the ASP.NET AppDomain itself; usually NetworkService

Andrew Barber