aspnet userrights - where?

M

Mike Schwarz

hi all

i just set up a new win 2003 server with framework 1.1
(on old server 2000, all worked fine)

i gave the following rights to the following users:

e:\wwwroot aspnet read, execute, listing
e:\wwwroot\web aspnet read, execute, listing

i didnt touched the rights automatically set up by framework

asp.net isnot running, with following error
where else do i need to set rights? is there another user which needs some
rights in any folder?

"not found e\wwwroot\web or security settings do not allow to show it"

System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +263

[HttpException (0x80004005): ASP.NET-Initialisierungsfehler]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +964
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
 
K

Ken Schaefer

Unless you are running IIS 6.0 in "IIS 5.0 Isolation Mode", then IIS 6.0
does not use the ASPNet user account by default. Instead ASP.Net uses the
Worker Process Identity, which is NT AUTHORITY\Network Service by default.

Cheers
Ken


: hi all
:
: i just set up a new win 2003 server with framework 1.1
: (on old server 2000, all worked fine)
:
: i gave the following rights to the following users:
:
: e:\wwwroot aspnet read, execute, listing
: e:\wwwroot\web aspnet read, execute, listing
:
: i didnt touched the rights automatically set up by framework
:
: asp.net isnot running, with following error
: where else do i need to set rights? is there another user which needs some
: rights in any folder?
:
: "not found e\wwwroot\web or security settings do not allow to show it"
:
: System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
: System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +263
:
: [HttpException (0x80004005): ASP.NET-Initialisierungsfehler]
: System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +964
: System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
+128
:
:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top