|
 |
aspx thread: ASP.Net failing to log on?!!?
Message #1 by John Pirkey <mailjohnny101@y...> on Sun, 10 Mar 2002 21:16:31 -0800 (PST)
|
|
Hello everyone,
I intalled win2k server, applied service pack 2, installed the .Net framework.
There were no errors during setup of anything. I then tried to navigate to my aspx
page and it said the service was unnavailable and to check the event log. When i
checked that, this is what it said:
"aspnet_wp.exe could not be launched because the username and/or password supplied
in the processModel section of the config file are invalid. "
there is a user on my machine named "ASPNET" that was created by the setup and has
plenty of rights to the box.
i've uninstalled and reinstalled several times. This all worked fine when it was
just a plain old server - but then i upgraded it to be an Active Directory Server
(domain controller) and everything went downhill. I even deleted and recreated the
user. I found the machine.config file and changed the user/password values in the
processModel block, but it didn't work. Is there some other file that has that info
- i couldn't find it.
ALL suggestions welcomed and anxiously awaited.
Thank you!
John
=====
----------------------------
John Pirkey
MCSD
John@S...
http://www.stlvbug.org
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
Message #2 by "Minh T. Nguyen" <nguyentriminh@y...> on Sun, 10 Mar 2002 23:40:25 -0800
|
|
John,
See http://p2p.wrox.com/archive/aspx/2002-01/55.asp
or http://p2p.wrox.com/archive/aspx_beginners/2002-01/25.asp
or http://p2p.wrox.com/view.asp?list=aspx_beginners&id=149602
Basically, you need to set the processModel's username attribute
to "system".
Minh.
-----Original Message-----
From: John Pirkey [mailto:mailjohnny101@y...]
Sent: Sunday, March 10, 2002 9:17 PM
To: ASP+
Subject: [aspx] ASP.Net failing to log on?!!?
Hello everyone,
I intalled win2k server, applied service pack 2, installed the .Net
framework.
There were no errors during setup of anything. I then tried to navigate
to my aspx page and it said the service was unnavailable and to check
the event log. When i checked that, this is what it said:
"aspnet_wp.exe could not be launched because the username and/or
password supplied in the processModel section of the config file are
invalid. "
there is a user on my machine named "ASPNET" that was created by the
setup and has plenty of rights to the box.
i've uninstalled and reinstalled several times. This all worked fine
when it was just a plain old server - but then i upgraded it to be an
Active Directory Server (domain controller) and everything went
downhill. I even deleted and recreated the user. I found the
machine.config file and changed the user/password values in the
processModel block, but it didn't work. Is there some other file that
has that info
- i couldn't find it.
ALL suggestions welcomed and anxiously awaited.
Thank you!
John
=====
----------------------------
John Pirkey
MCSD
John@S...
http://www.stlvbug.org
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Message #3 by John Pirkey <mailjohnny101@y...> on Mon, 11 Mar 2002 08:09:19 -0800 (PST)
|
|
Thank you!!!!
On an academic level, i have one other question though... Why couldn't I just add
the ASPNET user account to the Administrators group and get the same affect? If the
problem is the ASPNET user doesn't have admin rights - if i give that account admin
rights, shouldn't it work? Or is there something else going on behind the scenes?
Thanks again,
john
--- "Minh T. Nguyen" <nguyentriminh@y...> wrote:
> John,
>
> See http://p2p.wrox.com/archive/aspx/2002-01/55.asp
> or http://p2p.wrox.com/archive/aspx_beginners/2002-01/25.asp
> or http://p2p.wrox.com/view.asp?list=aspx_beginners&id=149602
>
> Basically, you need to set the processModel's username attribute
> to "system".
>
> Minh.
>
> -----Original Message-----
> From: John Pirkey [mailto:mailjohnny101@y...]
> Sent: Sunday, March 10, 2002 9:17 PM
> To: ASP+
> Subject: [aspx] ASP.Net failing to log on?!!?
>
>
> Hello everyone,
>
> I intalled win2k server, applied service pack 2, installed the .Net
> framework.
> There were no errors during setup of anything. I then tried to navigate
> to my aspx page and it said the service was unnavailable and to check
> the event log. When i checked that, this is what it said:
>
> "aspnet_wp.exe could not be launched because the username and/or
> password supplied in the processModel section of the config file are
> invalid. "
>
> there is a user on my machine named "ASPNET" that was created by the
> setup and has plenty of rights to the box.
>
> i've uninstalled and reinstalled several times. This all worked fine
> when it was just a plain old server - but then i upgraded it to be an
> Active Directory Server (domain controller) and everything went
> downhill. I even deleted and recreated the user. I found the
> machine.config file and changed the user/password values in the
> processModel block, but it didn't work. Is there some other file that
> has that info
> - i couldn't find it.
>
> ALL suggestions welcomed and anxiously awaited.
>
> Thank you!
>
> John
>
>
> =====
>
> ----------------------------
> John Pirkey
> MCSD
> John@S...
> http://www.stlvbug.org
>
> __________________________________________________
> Do You Yahoo!?
> Try FREE Yahoo! Mail - the world's greatest free email!
> http://mail.yahoo.com/
>
>
>
>
> _________________________________________________________
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>
=====
----------------------------
John Pirkey
MCSD
John@S...
http://www.stlvbug.org
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
Message #4 by "Minh T. Nguyen" <nguyentriminh@y...> on Mon, 11 Mar 2002 09:17:56 -0800
|
|
John,
I am not quite sure. I am not too excited about the .NET
installation. It took me forever from the moment I installed VS.NET
until I got my first ASP.NET page working and at this point I am still
struggling to get my Hello World pages displayed on a remote server.
Microsoft is so excited about XCOPY-deployment, but that just doesn't
apply to ASP.NET, in my humble opinion.
Anyhow, I believe what you set in the machine.config tells you
where aspnet_wp.exe will run using system account (the same one that
Windows Services traditionally use) or using the low-privileged
machine-account. ASPNET user account is I believe the "anonymous IUSER"
using ASP.NET, not the worker process. By that's just my guess.
Minh.
-----Original Message-----
From: John Pirkey [mailto:mailjohnny101@y...]
Sent: Monday, March 11, 2002 8:09 AM
To: ASP+
Subject: [aspx] RE: ASP.Net failing to log on?!!?
Thank you!!!!
On an academic level, i have one other question though... Why couldn't
I just add the ASPNET user account to the Administrators group and get
the same affect? If the problem is the ASPNET user doesn't have admin
rights - if i give that account admin rights, shouldn't it work? Or is
there something else going on behind the scenes?
Thanks again,
john
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
 |