Why on earth do you need the ASPNet account to be part of the administrators
group?!? That smacks of bad setup on the Oracle side of things.
a) The NT Authority\Network Service is just the process identity (what
account is used to run the w3wp.exe process, even if there are no incoming
requests)
b) If you are allowing anonymous access, then the actual request is handled
in the user context of the configured IIS anonymous user account
(IUSR_<machinename> by default). Now the IUSR account is local to the
webserver, and can't be assigned permissions to network resources. So, if
Oracle is on another machine, then you'll need to change this account to a
domain account if you are using Windows accounts to login to Oracle.
I'm not an Oracle expert, but I'm pretty sure that you don't need ASPNet
running as a local admin (or worse, a domain admin) to login to Oracle.
That's just a disaster waiting to happen.
Cheers
Ken
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Schadler Johann" <johann.schadler RemoveThis @telekom.at> wrote in message
news:14cb301c3fa0f$e5c03be0$a001280a@phx.gbl...
: To connect from ASP.NET to Oracle successfully the ASPNET
: account under IIS 5.0 must be member of local
: administrators.
:
: The worker process in IIS 6.0 now is running with a new
: special account NTAUTHORITY\NetworkService with reduced
: permissions. To connect to Oracle we need to start the
: process with the ASPNET account insteed.
:
: Can we change the account for the worker process ASP.NET
: status service to the ASPNET user without any
: limitations? If you want to advice us to try it anyway:
: the server is in an production environment with already
: running sites on it, so we can't risk any avoidable
: problems.
:
: Regards,
: J. Schadler >> Stay informed about: IIS 6.0 and worker process