Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Server Application Unavailable


Message #1 by "Shahid Rana" <rana756@y...> on Mon, 2 Sep 2002 17:53:01
I can't run the first exaple from chapter 02 page 44 as it return the 
error message as mentioned below:

"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 system event log of the web server. 
Please review this log entry to discover what caused this error to occur."

Could anyone help me to resolve the problem, as I am novice to ASP.NET.
I am using windows 2000 Server with "Microsoft .NET Framewrok SDK 1.0" 
installed.

Rana Shahid Hafeez
Message #2 by Berkay Mese <berkaymese@y...> on Mon, 2 Sep 2002 10:27:56 -0700 (PDT)
By default, the asp.net applications are designed to
run under the ASPNET user account context..
But this is a weak account.
You have to make some arrangements for the ASPNET user
to process your applications and web services.

Reset your ASPNET user account's password.
Then go to,
%systemroot%\Microsoft.NET\Framework\v1.0.3705\
folder , Give access,read write permissions for the
"Temporary ASP.NET Files" folder , to the ASPNET user.

go to ,
%systemroot%\Microsoft.NET\Framework\v1.0.3705\CONFIG
folder. Edit the "machine.config" file,
Find the node "<processModel" , and update the 
"userName" attribute as "ASPNET" ,or (if you use a
domain account, DOMAIN\ASPNET, or etc..) and 
password attribute as the ASPNET's password.

You may repeat these steps with a new user account you
create..

Berkay

If you wish you may also create a new account and
repeat all steps i said above..


--- Shahid Rana <rana756@y...> wrote:
> I can't run the first exaple from chapter 02 page 44
> as it return the 
> error message as mentioned below:
> 
> "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 system event log
> of the web server. 
> Please review this log entry to discover what caused
> this error to occur."
> 
> Could anyone help me to resolve the problem, as I am
> novice to ASP.NET.
> I am using windows 2000 Server with "Microsoft .NET
> Framewrok SDK 1.0" 
> installed.
> 
> Rana Shahid Hafeez
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
> 
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
> 
> These books look at how we can create data-centric
> ASP.NET 
> applications. Requiring some basic knowledge of
> ASP.NET, 
> Access and SQL the authors guide you through the
> process 
> of connecting and consuming information in a variety
> of 
> ways. They are packed full of excellent illustrative
> code 
> examples, demonstrating important fundamental
> principles.


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Message #3 by "Shahid Rana" <rana756@y...> on Tue, 3 Sep 2002 17:50:46
I did the same but the problem too is same still.

Shahid Rana

> By default, the asp.net applications are designed to
run under the ASPNET user account context..
But this is a weak account.
You have to make some arrangements for the ASPNET user
to process your applications and web services.

Reset your ASPNET user account's password.
Then go to,
%systemroot%\Microsoft.NET\Framework\v1.0.3705\
folder , Give access,read write permissions for the
"Temporary ASP.NET Files" folder , to the ASPNET user.

go to ,
%systemroot%\Microsoft.NET\Framework\v1.0.3705\CONFIG
folder. Edit the "machine.config" file,
Find the node "<processModel" , and update the 
"userName" attribute as "ASPNET" ,or (if you use a
domain account, DOMAIN\ASPNET, or etc..) and 
password attribute as the ASPNET's password.

You may repeat these steps with a new user account you
create..

Berkay

If you wish you may also create a new account and
repeat all steps i said above..


--- Shahid Rana <rana756@y...> wrote:
> I can't run the first exaple from chapter 02 page 44
> as it return the 
> error message as mentioned below:
> 
> "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 system event log
> of the web server. 
> Please review this log entry to discover what caused
> this error to occur."
> 
> Could anyone help me to resolve the problem, as I am
> novice to ASP.NET.
> I am using windows 2000 Server with "Microsoft .NET
> Framewrok SDK 1.0" 
> installed.
> 
> Rana Shahid Hafeez
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
> 
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
> 
> These books look at how we can create data-centric
> ASP.NET 
> applications. Requiring some basic knowledge of
> ASP.NET, 
> Access and SQL the authors guide you through the
> process 
> of connecting and consuming information in a variety
> of 
> ways. They are packed full of excellent illustrative
> code 
> examples, demonstrating important fundamental
> principles.


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Message #4 by jack he <xiaoganghe@y...> on Tue, 3 Sep 2002 10:19:16 -0700 (PDT)
How do I reset ASPNET user account's password?

Thanks,
Jack

--- Shahid Rana <rana756@y...> wrote:
> I did the same but the problem too is same still.
> 
> Shahid Rana
> 
> > By default, the asp.net applications are designed
> to
> run under the ASPNET user account context..
> But this is a weak account.
> You have to make some arrangements for the ASPNET
> user
> to process your applications and web services.
> 
> Reset your ASPNET user account's password.
> Then go to,
> %systemroot%\Microsoft.NET\Framework\v1.0.3705\
> folder , Give access,read write permissions for the
> "Temporary ASP.NET Files" folder , to the ASPNET
> user.
> 
> go to ,
>
%systemroot%\Microsoft.NET\Framework\v1.0.3705\CONFIG
> folder. Edit the "machine.config" file,
> Find the node "<processModel" , and update the 
> "userName" attribute as "ASPNET" ,or (if you use a
> domain account, DOMAIN\ASPNET, or etc..) and 
> password attribute as the ASPNET's password.
> 
> You may repeat these steps with a new user account
> you
> create..
> 
> Berkay
> 
> If you wish you may also create a new account and
> repeat all steps i said above..
> 
> 
> --- Shahid Rana <rana756@y...> wrote:
> > I can't run the first exaple from chapter 02 page
> 44
> > as it return the 
> > error message as mentioned below:
> > 
> > "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 system event
> log
> > of the web server. 
> > Please review this log entry to discover what
> caused
> > this error to occur."
> > 
> > Could anyone help me to resolve the problem, as I
> am
> > novice to ASP.NET.
> > I am using windows 2000 Server with "Microsoft
> .NET
> > Framewrok SDK 1.0" 
> > installed.
> > 
> > Rana Shahid Hafeez
> > ---
> > Beginning ASP.NET Databases using VB.NET
> > http://www.wrox.com/ACON11.asp?ISBN=1861006195
> > 
> > Beginning ASP.NET Databases using C#
> > http://www.wrox.com/ACON11.asp?ISBN=1861007418
> > 
> > These books look at how we can create data-centric
> > ASP.NET 
> > applications. Requiring some basic knowledge of
> > ASP.NET, 
> > Access and SQL the authors guide you through the
> > process 
> > of connecting and consuming information in a
> variety
> > of 
> > ways. They are packed full of excellent
> illustrative
> > code 
> > examples, demonstrating important fundamental
> > principles.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
> 
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
> 
> These books look at how we can create data-centric
> ASP.NET 
> applications. Requiring some basic knowledge of
> ASP.NET, 
> Access and SQL the authors guide you through the
> process 
> of connecting and consuming information in a variety
> of 
> ways. They are packed full of excellent illustrative
> code 
> examples, demonstrating important fundamental
> principles.


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Message #5 by jack he <xiaoganghe@y...> on Tue, 3 Sep 2002 10:20:39 -0700 (PDT)
How do I reset ASPNET user account's password?

Thanks,
Jack


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Message #6 by jack he <xiaoganghe@y...> on Tue, 3 Sep 2002 18:21:02 -0700 (PDT)
I did:
go to
systemroot\Microsoft.NET\Framework\v1.0.3705\CONFIG
folder. Edit the "machine.config" file,Find the node
"<processModel" , and update the "userName" attribute
as "SYSTEM", it works in my case.

Jack


--- Shahid Rana <rana756@y...> wrote:
> I did the same but the problem too is same still.
> 
> Shahid Rana
> 
> > By default, the asp.net applications are designed
> to
> run under the ASPNET user account context..
> But this is a weak account.
> You have to make some arrangements for the ASPNET
> user
> to process your applications and web services.
> 
> Reset your ASPNET user account's password.
> Then go to,
> %systemroot%\Microsoft.NET\Framework\v1.0.3705\
> folder , Give access,read write permissions for the
> "Temporary ASP.NET Files" folder , to the ASPNET
> user.
> 
> go to ,
>
%systemroot%\Microsoft.NET\Framework\v1.0.3705\CONFIG
> folder. Edit the "machine.config" file,
> Find the node "<processModel" , and update the 
> "userName" attribute as "ASPNET" ,or (if you use a
> domain account, DOMAIN\ASPNET, or etc..) and 
> password attribute as the ASPNET's password.
> 
> You may repeat these steps with a new user account
> you
> create..
> 
> Berkay
> 
> If you wish you may also create a new account and
> repeat all steps i said above..
> 
> 
> --- Shahid Rana <rana756@y...> wrote:
> > I can't run the first exaple from chapter 02 page
> 44
> > as it return the 
> > error message as mentioned below:
> > 
> > "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 system event
> log
> > of the web server. 
> > Please review this log entry to discover what
> caused
> > this error to occur."
> > 
> > Could anyone help me to resolve the problem, as I
> am
> > novice to ASP.NET.
> > I am using windows 2000 Server with "Microsoft
> .NET
> > Framewrok SDK 1.0" 
> > installed.
> > 
> > Rana Shahid Hafeez
> > ---
> > Beginning ASP.NET Databases using VB.NET
> > http://www.wrox.com/ACON11.asp?ISBN=1861006195
> > 
> > Beginning ASP.NET Databases using C#
> > http://www.wrox.com/ACON11.asp?ISBN=1861007418
> > 
> > These books look at how we can create data-centric
> > ASP.NET 
> > applications. Requiring some basic knowledge of
> > ASP.NET, 
> > Access and SQL the authors guide you through the
> > process 
> > of connecting and consuming information in a
> variety
> > of 
> > ways. They are packed full of excellent
> illustrative
> > code 
> > examples, demonstrating important fundamental
> > principles.
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Finance - Get real-time stock quotes
> http://finance.yahoo.com
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
> 
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
> 
> These books look at how we can create data-centric
> ASP.NET 
> applications. Requiring some basic knowledge of
> ASP.NET, 
> Access and SQL the authors guide you through the
> process 
> of connecting and consuming information in a variety
> of 
> ways. They are packed full of excellent illustrative
> code 
> examples, demonstrating important fundamental
> principles.


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
Message #7 by "Shahid Rana" <rana756@y...> on Wed, 4 Sep 2002 07:54:02
I am still unable to run the example.

as application log says:
Event ID: 1082
aspnet_wp.exe could not be started. HRESULT for the failure: 80004005
Message #8 by jack he <xiaoganghe@y...> on Wed, 4 Sep 2002 05:56:38 -0700 (PDT)
Did you try change 
userName="machine" to userName="SYSTEM"? It works on
my Window 2000.

--- Shahid Rana <rana756@y...> wrote:
> I am still unable to run the example.
> 
> as application log says:
> Event ID: 1082
> aspnet_wp.exe could not be started. HRESULT for the
> failure: 80004005
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
> 
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
> 
> These books look at how we can create data-centric
> ASP.NET 
> applications. Requiring some basic knowledge of
> ASP.NET, 
> Access and SQL the authors guide you through the
> process 
> of connecting and consuming information in a variety
> of 
> ways. They are packed full of excellent illustrative
> code 
> examples, demonstrating important fundamental
> principles.


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

  Return to Index