This is local connection for my DB
<add name="connectionString" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=ViaMura;Data Source=.\SQL2008" providerName="System.Data.SqlClient"/>
Can i connect to the same DB in different windows by IP? I want to connect by windows authorization not by username and password. Is that possible?