Here is the ASP.Net v1 version of the KB article (trying to find the v1.1
version):
http://support.microsoft.com/?id=315158 Either you need to use the LocalSystem account, or specify an appropriate
domain account.
Cheers
Ken
[quoted text, click to view] "Clifford" <clifford@lando.co.za> wrote in message
news:052701c38cbf$b60021d0$a001280a@phx.gbl...
: After setting up AD, I installed .NET 1.1 on the DC I am
: serving websites on. This machine runs W2k Adv. Server
: fully patched on IIS 5.
:
: Previously the .NET installation created a user called
: ASPNET (or similar) that one could give permissions to on
: directory level in order to serve .aspx pages correctly.
:
: After installing .NET on the DC in AD environment, I
: cannot find the ASPNET user in AD users and computers,
: and thus cannot serve .aspx files outside my wwwroot
: folder.
:
: How do I solve my problem?
:
: Thank you.