Groups | Blog | Home
all groups > iis security > october 2003 >

iis security : Cant find ASPNET user account


Clifford
10/7/2003 3:42:31 AM
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?

Jenelle
10/7/2003 5:48:44 AM
It is looking for a local ASPNET account, which you can't
have on a DC. You need to create a domain account, assign
the correct NTFS permissions and user rights to it and
then modify the ProcessModel section in your
machine.config to use the domain account and password.
[quoted text, click to view]
Ken Schaefer
10/7/2003 10:59:07 PM
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]
: 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.

AddThis Social Bookmark Button