我有这个问题:
在 Asp.net 中使用 Web 身份验证时,在 webconfig 文件中应该写什么?
我知道如果在 Asp.net 中使用 Web 身份验证不必输入用户 ID 和密码。所以这是 webconfig 文件中的原始编码:
add name="HibahTotalConnectionString" connectionString="Data Source=HTP7526\SQLEXPRESS_2;Initial Catalog=HIBAHV4;Persist Security Info=True; User ID=sa;Password=uts" providerName="System.Data.SqlClient"/>
而且,我已经用这个替换了用户ID=sa;Password=uts
部分,Integrated Security=SSPI
但它不起作用。当我运行我的网页时,它说cannot connect to database
。