Hi,
I want my ASP.NET application connects to a SQL Server through windows
authentication.
To do this, I assume that my application pool should be under a windows
identity instead of NetworkService. (right?)
Since the ASP.NET's application pool user identity should be as restricted
and secured as NetworkService, is there any guideline how to limit and
secure the new user?
Thank you,
Max
I want my ASP.NET application connects to a SQL Server through windows
authentication.
To do this, I assume that my application pool should be under a windows
identity instead of NetworkService. (right?)
Since the ASP.NET's application pool user identity should be as restricted
and secured as NetworkService, is there any guideline how to limit and
secure the new user?
Thank you,
Max
Comment