我有一个新的机器窗口10 pro并使用dot net 4.5.2为Web应用程序设置IIS 10。 我的web.config使用
<authentication mode="Windows"/>
<identity impersonate="true"/>
我的数据库连接
Data Source=ServerName;Database=DBName;Integrated Security=True;
当我在本地运行应用程序时,IE 11和Chrome的工作没有问题,但IE edge和Fire Fox版本47的DataSet登录失败错误。
Dim adapterName As New BasicTableAdapters.NamesTableAdapter
Dim Name As String = ""
Name = adapterName.GetName("ID") 'This line get error