Re: WebControls error in an application running under an impersonate identity
From: Alex Muntean (munteana@ewc.co.jp)
Date: 11/29/02
- Next message: Govind Rathi: "Re: Windows Authentication issue"
- Previous message: Damen: "Re: Security & multiple browser instances"
- In reply to: Larry Hastings: "Re: WebControls error in an application running under an impersonate identity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Alex Muntean" <munteana@ewc.co.jp> Date: Fri, 29 Nov 2002 20:52:20 +0900
Thanks again for your long answer.
I know about the article you pointed out on MSDN web site [BUG: ASP.NET
Does Not Work with the Default ASP.NET Account on a Domain Controller] but
it's not the case since the IIS web server where the application resides is
not the Domain Controller.
In my case it doesn't really matter who is in the machine.config file
("SYSTEM" or "machine" or another user). All that I need from the user under
ASP.NET process is running, is the ability to read/write in some folders and
(this is "hot" :p): "Act as part of the OS", because I really need to
impersonate that particular domain user. Which, of course, is a very weak
domain user, except the ability to access the SQL DB (not full access. Only
the ability to run the Stored Procedures we use in our application) so even
if the app crashes and someone gets control using that user, he/she cannot
do ( I hope our admins did their homework well :) ) anything with that user
on the network.
Of course I would prefer to have the user info encrypted in registry or some
other more secure place. But, indeed, we have to wait until .NET 1.1
Since I was continuously getting that stupid "Access Denied" error, I
abandoned the idea of using the IE WebControls and I use now some plain old
DropDownLists.... maybe in 1.1 it will work...
.a.
- Next message: Govind Rathi: "Re: Windows Authentication issue"
- Previous message: Damen: "Re: Security & multiple browser instances"
- In reply to: Larry Hastings: "Re: WebControls error in an application running under an impersonate identity"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|