Ask a Question related to ASP.NET Security, Design and Development.
-
Dave #1
ASP.NET & Integrated Security setup?
Hi,
I've read quite a few places where it recommends you use
integrated security in your connection string.
I tried this in test page to connect to the Northwind
database by setting my connection string to:
"data source=<mymachinename>;initial
catalog=Northwind;integrated security=SSPI;"
It worked as long as I added ASPNET, the account used for
running ASP.NET Worker processes, as a SQL Server Login
with access to Northwind.
My question is should each web application on the server
have it's own ASPNET-type account so it only has accesses
the databases it needs?
For example:
ASPNET_Northwind (This account can only access the
Northwind site and the Northwind database)
ASPNET_Pubs ((This account can only access the Pubs site
and the Pubs database)
etc. If so, how do I do this?
Thanks, Dave.
Dave Guest
-
CF 5 with IIS Windows Integrated Security
Arrrgh! Having some difficulty getting a CF web app working on IIS. The NT security is set to not allow anonymous access (only windows... -
Integrated security in ASP.net
Hi - I'm developing an Intranet app with ASP.NET/VB.NET and want to use integrated security to access the pages. I don't need the users to log in to... -
Question about windows integrated security
Hi, I developed a small test app using ASP.NET. I left the vistual folder to be accessible only with windows integrated security. I try to... -
Integrated Security
Hi I have come across this type of code at many places. New SqlConnection("Data Source=(local);Initial Catalog=XYZ;Integrated Security=SSPI;")... -
How to access to SQL with Integrated Security from ASP.Net app
I'm trying to use impersonation for a specific account in order to access SQL with Integrated Security This account is member of the domain users...



Reply With Quote

