Home All Groups Group Topic Archive Search About

.net user not working IIS6

Author
20 Jun 2005 10:09 AM
Matty M
Hi,

Something confusing me slightly, when a user wants to run .aspx pages etc I
was under the impression that I could just grant the ASPNET user full rights
or read to the website that needed it. This doesn’t seem to work, if I grant
the everyone group access the .aspx pages they start working. Any ideas?

Also as a side option id like to have the ASPNET user on my domain so that I
can replicate the permissions across multiple servers but im not sure what
privileges it needs.

Many thanks

Matt

Author
21 Jun 2005 4:04 AM
Jeff Cochran
On Mon, 20 Jun 2005 03:09:04 -0700, "Matty M" <Matty
M@discussions.microsoft.com> wrote:

>Something confusing me slightly, when a user wants to run .aspx pages etc I
>was under the impression that I could just grant the ASPNET user full rights
>or read to the website that needed it. This doesn’t seem to work, if I grant
>the everyone group access the .aspx pages they start working. Any ideas?

In IIS6 try the Network Services account.

Jeff
Author
21 Jun 2005 7:59 AM
Oyvind
Matty M wrote:
Show quoteHide quote
> Hi,
>
> Something confusing me slightly, when a user wants to run .aspx pages etc I
> was under the impression that I could just grant the ASPNET user full rights
> or read to the website that needed it. This doesn’t seem to work, if I grant
> the everyone group access the .aspx pages they start working. Any ideas?
>
> Also as a side option id like to have the ASPNET user on my domain so that I
> can replicate the permissions across multiple servers but im not sure what
> privileges it needs.
>
> Many thanks
>
> Matt

The ASPNET user is a local account, and cannot - unfortunately - be
"replaced" by a domain account, to my knowledge. Make sure that you have
also given the IUSR_xxx account, and Network services account.
If this doesn't work; could you perhaps tell us a little bit more about
what kind of error message you're getting ?

- Øyvind