我正在创建一个网站,但在数据库中我使用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>
Run Code Online (Sandbox Code Playgroud)
如何修改它以使用Windows身份验证?