Ask a Question related to ASP.NET Security, Design and Development.
-
Mike Schwarz #1
aspnet userrights - where?
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.EnsureAccessToApplicationDi rectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +263
[HttpException (0x80004005): ASP.NET-Initialisierungsfehler]
System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +964
System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr) +128
Mike Schwarz Guest
-
IUSR_COMPUTERNAME vs ASPNET
Hello people.Sorry for stupid question.But who can exlplain to me difference between IUSR_COMPUTERNAME and ASPNET account. -
Restricting ASPNET ACLs without breaking ASPNET (newbie-ish)
Scenario: We have a library with objects that host Jscript for the execution of complex validation code. This library is being called by an ASP.NET... -
ASPNET and Impersonation
Maybe someone the aspnet.security group has some other suggestions. Shel -- This posting is provided "AS IS" with no warranties, and confers... -
ASPNET user.
When I install Visual Studio, VSDEBBUGERS and VSDEVELOPERS groups are created. Right? What about the ASPNET user? Do I have to create it manually? ... -
ASPNET: VS CF
We were using ColdFusion for our Intranet in the past. We just moved to ASP.Net for our new development. In my opinion, ASP.Net is much more... -
Ken Schaefer #2
Re: aspnet userrights - where?
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
"Mike Schwarz" <ctek@ctek.ch> wrote in message
news:%23VKreEzIEHA.1140@tk2msftngp13.phx.gbl...
: 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.EnsureAccessToApplicationDi rectory() +72
: System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +263
:
: [HttpException (0x80004005): ASP.NET-Initialisierungsfehler]
: System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +964
: System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr)
+128
:
:
Ken Schaefer Guest



Reply With Quote

