"asp.net" user account not present with frameworks 1.1 and 2 insta

G

Guest

Strange...

I just loaded a new system development environment on XP Prof. It had FW1.1
existing and then I loaded FW2.0. VS 2003 and 2005 loaded.

I don't see the "ASP.NET" user account; not in local users/ groups; not when
I go to modify local security settings; it's not there.

Has anyone experienced this? Any clues?
 
C

Christopher Reed

I have had it happen to me on a Windows 2003 Server. I simply added the
ASPNET user and it started working as expected.
 
Y

Yuan Ren[MSFT]

Hi Kris,

Thanks for posting!

Based on my experience, I think the current issue is caused by the two
reasons as below:
1 The installation is not finished on the current environment.
2 The IIS is not installed in the current environment.

For the first scenario, I suggest you execute the "aspnet_regiis -i"
command in the Visual Studio command line. For the second scenario, please
install the IIS by using "Add/Remove Windows Components" in the "Add or
Remove Programs".

I hope above information will be helpful. If you have any issues or
concerns, please let me know. It's my pleasure to be of assistance.

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
G

Guest

Right on the mark. #1 did the trick. I think that I must have had my
installation out of order - ASPNET then IIS perhaps. My own impatience at
getting my new system up and running!

Many Thanks!
 
G

Guest

Hai kris


There is no issuse if you r working with vs2005 because it
doesn't reqireeeed IIS .

kris_cyr said:
Right on the mark. #1 did the trick. I think that I must have had my
installation out of order - ASPNET then IIS perhaps. My own impatience at
getting my new system up and running!

Many Thanks!
--
kris


"Yuan Ren[MSFT]" said:
Hi Kris,

Thanks for posting!

Based on my experience, I think the current issue is caused by the two
reasons as below:
1 The installation is not finished on the current environment.
2 The IIS is not installed in the current environment.

For the first scenario, I suggest you execute the "aspnet_regiis -i"
command in the Visual Studio command line. For the second scenario, please
install the IIS by using "Add/Remove Windows Components" in the "Add or
Remove Programs".

I hope above information will be helpful. If you have any issues or
concerns, please let me know. It's my pleasure to be of assistance.

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
Y

Yuan Ren[MSFT]

Hi Kris,

Thanks for your reply!

The first step is for the .NET Framework 1.1. As SathiyaSivam mentioned,
this is no need for the .NET Framework 2.0 because the ASP.NET has another
model for executing.

Anyway, I'm glad to hear all application work fine on your machine!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
G

Guest

Hai


There is also another issues is there if ur using
VS 2003 or earlier . That is u have to install IIS before installing VS other
ASP project won't work . For this case u have to reinstall the ASP.Net
 

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

Top