G
Guest
I have an ASP.net app and I have the following connection string:
<add name="ConnectionString" connectionString="Data Source=DBS-004;Initial
Catalog=DB1;Integrated Security=True" providerName="System.Data.SqlClient" />
I use Windows authentication and the Page.User.Identity.Name is my Windows
logon. However, the Asp.Net connect the SQL server as:
Domain\DBS-004$
Where DBS-004 is the machine host name.
I do have Windows logon on the SQL Server. Shouldn't the windows logons be
used?
<add name="ConnectionString" connectionString="Data Source=DBS-004;Initial
Catalog=DB1;Integrated Security=True" providerName="System.Data.SqlClient" />
I use Windows authentication and the Page.User.Identity.Name is my Windows
logon. However, the Asp.Net connect the SQL server as:
Domain\DBS-004$
Where DBS-004 is the machine host name.
I do have Windows logon on the SQL Server. Shouldn't the windows logons be
used?