我正在创建一个网站,但是在数据库中我使用Windows身份验证。
我知道您将其用于SQL身份验证
<connectionStrings>
<add name="NorthwindContex"
connectionString="data source=localhost;
initial catalog=northwind;persist security info=True;
user id=sa;password=P@ssw0rd"
providerName="System.Data.SqlClient" />
</connectionStrings>
如何修改它以与Windows身份验证一起使用?