473,587 Members | 2,267 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NEt Web Page Error

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
Nov 17 '05 #1
2 2065
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.

"Ken Agustin" <ka******@dvc.e du> wrote in message
news:05******** *************** *****@phx.gbl.. .
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

Nov 17 '05 #2
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 "AutoGenera te".
logLevel="[All|None|Errors]" - Event types
logged to the event log
clientConnected Check="[HH:MM:SS]" - Time a
request is left in the queue before ASP.NET does a client
connected check
---------------------------------------------------------
-----Original Message-----
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 arecorrect for your server.

"Ken Agustin" <ka******@dvc.e du> wrote in message
news:05******* *************** ******@phx.gbl. ..
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

.

Nov 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4938
by: Bruce Sams | last post by:
Hello, I am running Tomcat 4.x and have tried to set global error handling using the following kind of entries in the web.xml file. But there is no redirection and I always end up with the tomcat generated error page in the browser. Does anyone have a solution to this problem? <error-page>
7
3042
by: Paul | last post by:
I thought this is more of an IE issue but i've had no joy on that group perhaps somebody here will have a clue. If i click a link to a web page embedded in Excel (97 OR 2000) i get the standard error page displayed by IE (you know, the 'cannot find server or dns error' page). Turning off 'show friendly http error messages' alleviates this....
13
2698
by: teenzbutler | last post by:
I have a 10mb ASP file, which will not load in IE 6.0. I get an HTTP 500 error. When I convert the 10mb file to HTML, it loads fine. Is there a limitation on file size? If so, is there a tag I can place at the top of the page to override the size limitation? Thanks.
1
4729
by: alex | last post by:
Hi ! I couldn't make backups with our new system using db2 8.2. Every time I trigger a backup I get this error message: BACKUP DATABASE EBUERO2 ONLINE TO "/raid/backup/ebuero2/part1", "/raid/backup/ebuero2/part10", "/raid/backup/ebuero2/part11", "/raid/backup/ebuero2/part12", "/raid/backup/ebuero2/part13", "/raid/backup/ebuero2/part14",...
6
3557
by: John Lau | last post by:
Hi, I am looking at the MS KB Article 306355: HOW TO: Create Custom Error Reporting Pages in ASP.NET by Using Visual C# .NET This article describes how to redirect errors to a custom html error page. All six steps in the article work just fine. Then at the end of the article, there is a little comment about redirecting errors to an aspx...
6
2303
by: dee | last post by:
Hi In web.config I have to the following: <configuration> <system.web> <customErrors defaultRedirect="error.htm" mode="On" /> </system.web> </configuration>
15
4740
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update button will verify the information that has been entered and updates the data base if the data is correct. Update will throw an exception if the data is...
6
4858
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of the html page controls the form fields that are required. It doesn't function like it's supposed to and I can leave all the fields blank and it still...
7
5051
by: DC | last post by:
Hi, there is a 500;13 page one can configure in the website properties, but ..Net Framework 1.1 also delivers the "server too busy" message sometimes and the IIS custom error page does not seem to catch that. How would I customize the error page then? Regards DC
6
9130
by: =?Utf-8?B?SmF5IFBvbmR5?= | last post by:
I am trying to access a Public property on a Master Page from a Base Page. On the content pages I have the MasterType Directive set up as follows: <%@ MasterType virtualpath="~/Master.master" %> On the Master Page I have a public property exposed: Public Property ErrorMessage() As String Get Return txtError.InnerText End Get
0
7915
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7843
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8339
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7967
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6619
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5712
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5392
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2347
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1185
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.