ASP.NEt Web Page Error

K

Ken Agustin

Hello:

When I try to access a web page on a Windows 2000 server
with IIS 5.0, FrontPage Extension, Microsoft Visual
Studio.Net, I get the following error message:

---------------------------------------------------------
Server Application Unavailable
The web application you are attempting to access on this
web server is currently unavailable. Please hit
the "Refresh" button in your web browser to retry your
request.
Administrator Note: An error message detailing the cause
of this specific request failure can be found in the
application event log of the web server. Please review
this log entry to discover what caused this error to
occur.
---------------------------------------------------------
I look at the Event application log and I get:

Event ID: 1007 -

aspnet_wp.exe could not be launched because the username
and/or password supplied in the processModel section of
the config file are invalid.
--------------------------------------------------------

What config file are they referring to?

Thanks for everyone's help.


Ken
 
A

Arran Pearce

find a file on your server called machine.config.

in there is a tag of processModel
it will say something about a username and password. Make sure they are
correct for your server.
 
K

Ken Agustin

Arran,

Thanks, I found it.
But what do I change below?
I do have an ASPNet user on the server.
Do I just replace "[user]" with "[ASPNet]"

Thanks.

Ken

---------------------------------------------------------
processModel Attributes:
enable="[true|false]" - Enable processModel
timeout="[Infinite | HH:MM:SS] - Total
life
userName="[user]" - Windows user to run the process as.
Special users: "SYSTEM": run as
localsystem (high privilege admin) account.
"machine": run as
low privilege user account named "ASPNET".
Other users: If domain is not
specified, current machine name is assumed to be the
domain name.
password="[AutoGenerate | password]" - Password
of windows user. For special users (SYSTEM and machine),
specify "AutoGenerate".
logLevel="[All|None|Errors]" - Event types
logged to the event log
clientConnectedCheck="[HH:MM:SS]" - Time a
request is left in the queue before ASP.NET does a client
connected check
---------------------------------------------------------
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,069
Latest member
SimplyleanKetoReviews

Latest Threads

Top