Ask a Question related to ASP.NET Security, Design and Development.
-
Davide Bedin #1
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 and has access to the SQL
database.
The <process model> in machine.config on the server is SYSTEM so I suppose
it has sufficient rights to impersonate a user.
When I try to access the application I get an UnauthorizedAccessException
telling that the user hasn't access to
C:\winnt\Microsoft.net\framework\v1.1.4322\tempora ry asp.net files\control
codes\5753d30e\430de296\hash.web is denied.
Have I to set any special right to the user I'm impersonating in order to
use the application? If I impersonate a user that is member of the domain
administrators group everything works fine, obviously.
Thanks in advance,
Davide Bedin
Davide Bedin 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... -
Windows 98, IIS, Integrated Security, Delegation
Nope, windows 98 doesn't support Kerberos authentication...sorry --Michael "Bruce Parker" <bparkerhsd@nospam.nospam> wrote in message... -
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... -
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;")... -
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...



Reply With Quote

