I have not the account <severname>/ASPNET

  • Thread starter Thread starter fran
  • Start date Start date
F

fran

I have installed .net Framework but I have not the
account <severname>/ASPNET.

What can I do?

Thanks.
 
aspnet is only created when some conditions are fullfilled.
OS must be XP, W2K or W2K3, and IIS must be installed before the Framework.

Willy.
 
aspnet is only created when some conditions are fullfilled.
OS must be XP, W2K or W2K3, and IIS must be installed before the Framework.

Willy.
If you already have the .NET Framework installed on a Windows 2000/XP+
system (While the framework works on other versions of Windows ASP.NET
is only supported on these) you can run the ASP.NET registration tool to
create all the correct entries.

Check out aspnet_regiis in MSDN.

ms-
help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cptools/html/cpgrfaspnetiisr
egistrationtoolaspnet_regiisexe.htm

This applies to v1.1 of the framework.

If you're actually trying to set up on a remote machine then I recommend
that you have a look at the section in the readme that describes how to
install the bits on a remote server.

TonyG
 
Back
Top