开发者

How can I ASPX connect to SQL 2008 in another IP via Windows authorization?

开发者 https://www.devze.com 2022-12-22 20:32 出处:网络
Is it possible to connect to the same database in different windows by IP? I want to connect using Windows authorization, not by username and password.

Is it possible to connect to the same database in different windows by IP? I want to connect using Windows authorization, not by username and password.

Configuration for the local connection to my database:

<add name="connectionString" connectionString="Integrated Security=SSPI;Persist Security Inf开发者_如何转开发o=False;Initial Catalog=ViaMura;Data Source=.\SQL2008" providerName="System.Data.SqlClient"/>


Assuming the proper ports are open, yes. The credentials are transmitted via NTLM authentication, I think.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号