|
 |
aspx_beginners thread: Server Application Unavailable
Message #1 by "Shankar" <shankar_b_g@y...> on Thu, 31 Jan 2002 14:41:29
|
|
Hi All,
I am new to .NET. I just installed ASP.NET beta version and MDAC 2.7.
I installed it in Windows 2000 machine. I had set the virtual directory
also. But when I try to execute a simple .aspx application, I am getting
the error as follows.
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
Please help me in resolving the same.
Message #2 by "Graham Dobson" <grahamdo@a...> on Thu, 31 Jan 2002 10:08:06 -0500
|
|
Did you enable scripts? It's in the Default Web Site Properties dialog Home
Directory tab. There is a check box under the local path label and a drop
down list labeled execute permissions. Choose Read in the check box and
Scripts only in the Execute Permissions.
----- Original Message -----
From: "Shankar" <shankar_b_g@y...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Thursday, January 31, 2002 2:41 PM
Subject: [aspx_beginners] Server Application Unavailable
> Hi All,
>
> I am new to .NET. I just installed ASP.NET beta version and MDAC 2.7.
> I installed it in Windows 2000 machine. I had set the virtual directory
> also. But when I try to execute a simple .aspx application, I am getting
> the error as follows.
>
> 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
>
> Please help me in resolving the same.
$subst('Email.Unsub').
>
Message #3 by "Shankar" <bgs@s...> on Thu, 31 Jan 2002 20:57:29 +0530
|
|
Thanks a lot for responding. I found that the same is already been selected.
What could be the problem?
-----Original Message-----
From: Graham Dobson [mailto:grahamdo@a...]
Sent: Thursday, January 31, 2002 8:38 PM
To: aspx_beginners
Subject: [aspx_beginners] Re: Server Application Unavailable
Did you enable scripts? It's in the Default Web Site Properties dialog Home
Directory tab. There is a check box under the local path label and a drop
down list labeled execute permissions. Choose Read in the check box and
Scripts only in the Execute Permissions.
----- Original Message -----
From: "Shankar" <shankar_b_g@y...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Thursday, January 31, 2002 2:41 PM
Subject: [aspx_beginners] Server Application Unavailable
> Hi All,
>
> I am new to .NET. I just installed ASP.NET beta version and MDAC 2.7.
> I installed it in Windows 2000 machine. I had set the virtual directory
> also. But when I try to execute a simple .aspx application, I am getting
> the error as follows.
>
> 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
>
> Please help me in resolving the same.
$subst('Email.Unsub').
>
$subst('Email.Unsub').
Message #4 by "Graham Dobson" <grahamdo@a...> on Thu, 31 Jan 2002 13:04:08 -0500
|
|
Can you send the code for the web page, just in case there is something you
are missing there?
----- Original Message -----
From: "Shankar" <bgs@s...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Thursday, January 31, 2002 10:27 AM
Subject: [aspx_beginners] Re: Server Application Unavailable
> Thanks a lot for responding. I found that the same is already been
selected.
> What could be the problem?
>
> -----Original Message-----
> From: Graham Dobson [mailto:grahamdo@a...]
> Sent: Thursday, January 31, 2002 8:38 PM
> To: aspx_beginners
> Subject: [aspx_beginners] Re: Server Application Unavailable
>
> Did you enable scripts? It's in the Default Web Site Properties dialog
Home
> Directory tab. There is a check box under the local path label and a drop
> down list labeled execute permissions. Choose Read in the check box and
> Scripts only in the Execute Permissions.
>
> ----- Original Message -----
> From: "Shankar" <shankar_b_g@y...>
> To: "aspx_beginners" <aspx_beginners@p...>
> Sent: Thursday, January 31, 2002 2:41 PM
> Subject: [aspx_beginners] Server Application Unavailable
>
>
> > Hi All,
> >
> > I am new to .NET. I just installed ASP.NET beta version and MDAC 2.7.
> > I installed it in Windows 2000 machine. I had set the virtual directory
> > also. But when I try to execute a simple .aspx application, I am getting
> > the error as follows.
> >
> > 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
> >
> > Please help me in resolving the same.
> $subst('Email.Unsub').
> >
>
>
> $subst('Email.Unsub').
>
>
$subst('Email.Unsub').
>
Message #5 by "Andrew Dalla Rosa" <andrew@g...> on Fri, 1 Feb 2002 05:09:02 +1100 (AUS Eastern Daylight Time)
|
|
--------------Boundary-00=_2FETQL80000000000000
Content-Type: Text/Plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello Shankar=0D
=0D
I had the same error and it was fixed by changing the Machine.Config file
=2E
By changing in the processModel tag the variable assigned to Username.
(change it to SYSTEM, it is currently set to MACHINE). =0D
=0D
The error is due when you set the web server machine up on a domain
controller.=0D
=0D
Cheers=0D
=0D
Andrew=0D
=0D
-------Original Message-------=0D
=0D
From: aspx_beginners=0D
Date: Friday, 01 February 2002 02:19:21 AM=0D
To: aspx_beginners=0D
Subject: [aspx_beginners] Re: Server Application Unavailable=0D
=0D
Thanks a lot for responding. I found that the same is already been select
ed.=0D
What could be the problem?=0D
=0D
-----Original Message-----=0D
From: Graham Dobson [mailto:grahamdo@a...]=0D
Sent: Thursday, January 31, 2002 8:38 PM=0D
To: aspx_beginners=0D
Subject: [aspx_beginners] Re: Server Application Unavailable=0D
=0D
Did you enable scripts? It's in the Default Web Site Properties dialog Ho
me=0D
Directory tab. There is a check box under the local path label and a drop
=0D
down list labeled execute permissions. Choose Read in the check box and=0D
Scripts only in the Execute Permissions.=0D
=0D
----- Original Message -----=0D
From: "Shankar" <shankar_b_g@y...>=0D
To: "aspx_beginners" <aspx_beginners@p...>=0D
Sent: Thursday, January 31, 2002 2:41 PM=0D
Subject: [aspx_beginners] Server Application Unavailable=0D
=0D
=0D
> Hi All,=0D
>=0D
> I am new to .NET. I just installed ASP.NET beta version and MDAC 2.7.=0D
> I installed it in Windows 2000 machine. I had set the virtual directory
=0D
> also. But when I try to execute a simple .aspx application, I am gettin
g=0D
> the error as follows.=0D
>=0D
> Server Application Unavailable=0D
> The web application you are attempting to access on this web server is=0D
> currently unavailable. Please hit the "Refresh" button in your web=0D
> browser to retry your request.=0D
>=0D
> Administrator Note: An error message detailing the cause of this specif
ic=0D
> request failure can be found in the system event log of the web server.
=0D
> Please review this log entry to discover what caused this error to occu
r=0D
>=0D
> Please help me in resolving the same.=0D
> ---=0D
> Change your mail options at http://p2p.wrox.com/manager.asp or=0D
> to unsubscribe send a blank email to=0D
$subst('Email.Unsub').=0D
>=0D
=0D
=0D
---=0D
Change your mail options at http://p2p.wrox.com/manager.asp or=0D
to unsubscribe send a blank email to=0D
$subst('Email.Unsub').=0D
=0D
=0D
---=0D
Change your mail options at http://p2p.wrox.com/manager.asp or =0D
to unsubscribe send a blank email to leave-aspx_beginners-805820X@p...
x
com.=0D
=2E
Message #6 by "Graham Dobson" <grahamdo@a...> on Thu, 31 Jan 2002 13:28:27 -0500
|
|
Another thing I remembered. The physical directory folder where the
physical *.aspx file is stored must have web sharing enabled. Right click
the folder and check its properties.
----- Original Message -----
From: "Shankar" <bgs@s...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Thursday, January 31, 2002 10:27 AM
Subject: [aspx_beginners] Re: Server Application Unavailable
> Thanks a lot for responding. I found that the same is already been
selected.
> What could be the problem?
>
> -----Original Message-----
> From: Graham Dobson [mailto:grahamdo@a...]
> Sent: Thursday, January 31, 2002 8:38 PM
> To: aspx_beginners
> Subject: [aspx_beginners] Re: Server Application Unavailable
>
> Did you enable scripts? It's in the Default Web Site Properties dialog
Home
> Directory tab. There is a check box under the local path label and a drop
> down list labeled execute permissions. Choose Read in the check box and
> Scripts only in the Execute Permissions.
>
> ----- Original Message -----
> From: "Shankar" <shankar_b_g@y...>
> To: "aspx_beginners" <aspx_beginners@p...>
> Sent: Thursday, January 31, 2002 2:41 PM
> Subject: [aspx_beginners] Server Application Unavailable
>
>
> > Hi All,
> >
> > I am new to .NET. I just installed ASP.NET beta version and MDAC 2.7.
> > I installed it in Windows 2000 machine. I had set the virtual directory
> > also. But when I try to execute a simple .aspx application, I am getting
> > the error as follows.
> >
> > 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
> >
> > Please help me in resolving the same.
> $subst('Email.Unsub').
> >
>
>
> $subst('Email.Unsub').
>
>
$subst('Email.Unsub').
>
|
|
 |