2.0: missing aspnet account

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys

I've just noticed I don't have an ASPNET user account running on either my
Workstation or Server (both running .net2.0, workstation has vs2005 pro).

Simple question... should it be there with .net2, and if so how can I create
it!?

Cheers


Dan
 
I should have pointed out that the Workstation is XP Pro and the Server is
Windows 2003, so I'm assuming it's using the "NETWORK SERVICE" account rather
than "ASPNET".

Looking for clarification as to how this all works with vs2005 :)
 
You are correct. Windows Server 2003 uses the "Network Service" account by
default instead of ASPNET.
 
Yes Dan,

For windows 2003 which use IIS6, the default asp.net process Model is
application pool model which use the NT AUTHORITY\NETWORK SERVICE as the
default application pool identity. And there actually exists a group
named machine\IIS_WPG which helps us easily create a asp.net process
identity (just add a custom account into that group) and Network Service
account is in it by default....

#How to configure the process identity for the ASPNET account in ASP.NET
1.1 when you use IIS 5 Isolation mode in IIS 6.0 on Windows Server 2003
http://support.microsoft.com/?kbid=895967&SD=tech

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Steve C. Orr [MVP, MCSD]" <[email protected]>
| References: <[email protected]>
<[email protected]>
| Subject: Re: 2.0: missing aspnet account
| Date: Mon, 9 Jan 2006 10:40:47 -0800
| Lines: 38
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: dsl-66-114-148-135.isomedia.com 66.114.148.135
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:369569
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| You are correct. Windows Server 2003 uses the "Network Service" account
by
| default instead of ASPNET.
|
| --
| I hope this helps,
| Steve C. Orr, MCSD, MVP
| http://SteveOrr.net
|
|
| | >I should have pointed out that the Workstation is XP Pro and the Server
is
| > Windows 2003, so I'm assuming it's using the "NETWORK SERVICE" account
| > rather
| > than "ASPNET".
| >
| > Looking for clarification as to how this all works with vs2005 :)
| >
| >
| >
| > "musosdev" wrote:
| >
| >> Hi guys
| >>
| >> I've just noticed I don't have an ASPNET user account running on
either
| >> my
| >> Workstation or Server (both running .net2.0, workstation has vs2005
pro).
| >>
| >> Simple question... should it be there with .net2, and if so how can I
| >> create
| >> it!?
| >>
| >> Cheers
| >>
| >>
| >> Dan
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top