我正在创建一个网站,但在数据库中,我使用 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 身份验证?