473,387 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Error: Server Application Unavailable

After moving the web server from windows2000 to Windows 2003, II6. I'll got
this error when running asp code:

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.

Any hints please?


Nov 18 '05 #1
5 1619
You must add and allow ASP.Net in the Web Services Extensions page in the
IIS.

"Nobody" <no****@nospam.com> wrote in message
news:eK**************@TK2MSFTNGP11.phx.gbl...
After moving the web server from windows2000 to Windows 2003, II6. I'll got this error when running asp code:

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.

Any hints please?



Nov 18 '05 #2
I had a similar message displayed, at first, after the upgrade to 2003. My
web site was instantiating a COM+ component that used ADODB. My MDAC got
hosed during the conversion. If you think this may be it, check the version
info on the usual MDAC DLLs against the version of ADODB32.DLL. Mine
conflicted. I can assist in this further if this is the case. I have posted
this elsewhere...

"Nobody" wrote:
After moving the web server from windows2000 to Windows 2003, II6. I'll got
this error when running asp code:

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.

Any hints please?



Nov 18 '05 #3
More help please......please

"Brad Roberts" <Br*********@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Also, on mine, the NETWORK_SERVICE and ASP.NET accounts on the web server had to be modified to give them access to the root web virtual directory so that .NET could check versions on assemblies etc. This was not done automatically by the conversion.

"Brad Roberts" wrote:
I had a similar message displayed, at first, after the upgrade to 2003. My web site was instantiating a COM+ component that used ADODB. My MDAC got
hosed during the conversion. If you think this may be it, check the version info on the usual MDAC DLLs against the version of ADODB32.DLL. Mine
conflicted. I can assist in this further if this is the case. I have posted this elsewhere...

"Nobody" wrote:
After moving the web server from windows2000 to Windows 2003, II6. I'll got this error when running asp code:

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.
Any hints please?



Nov 18 '05 #4
RP
Check the EventLog, what errors r you getting?

"Nobody" <No****@nospam.com> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl...
More help please......please

"Brad Roberts" <Br*********@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Also, on mine, the NETWORK_SERVICE and ASP.NET accounts on the web server
had
to be modified to give them access to the root web virtual directory so that
.NET could check versions on assemblies etc. This was not done

automatically
by the conversion.

"Brad Roberts" wrote:
I had a similar message displayed, at first, after the upgrade to 2003. My web site was instantiating a COM+ component that used ADODB. My MDAC
got hosed during the conversion. If you think this may be it, check the

version info on the usual MDAC DLLs against the version of ADODB32.DLL. Mine
conflicted. I can assist in this further if this is the case. I have posted this elsewhere...

"Nobody" wrote:

> After moving the web server from windows2000 to Windows 2003, II6. I'll got > this error when running asp code:
>
> 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. >
>
>
> Any hints please?
>
>
>
>
>
>
>
>
>


Nov 18 '05 #5
Nothing.
"RP" <rp@nospam.com> wrote in message
news:ep****************@TK2MSFTNGP12.phx.gbl...
Check the EventLog, what errors r you getting?

"Nobody" <No****@nospam.com> wrote in message
news:ey**************@TK2MSFTNGP10.phx.gbl...
More help please......please

"Brad Roberts" <Br*********@discussions.microsoft.com> wrote in message
news:D5**********************************@microsof t.com...
Also, on mine, the NETWORK_SERVICE and ASP.NET accounts on the web server
had
to be modified to give them access to the root web virtual directory
so that
.NET could check versions on assemblies etc. This was not done automatically
by the conversion.

"Brad Roberts" wrote:

> I had a similar message displayed, at first, after the upgrade to 2003.
My
> web site was instantiating a COM+ component that used ADODB. My MDAC

got > hosed during the conversion. If you think this may be it, check the

version
> info on the usual MDAC DLLs against the version of ADODB32.DLL. Mine
> conflicted. I can assist in this further if this is the case. I have

posted
> this elsewhere...
>
> "Nobody" wrote:
>
> > After moving the web server from windows2000 to Windows 2003, II6.

I'll got
> > this error when running asp code:
> >
> > 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.
> >
> >
> >
> > Any hints please?
> >
> >
> >
> >
> >
> >
> >
> >
> >



Nov 18 '05 #6

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

Similar topics

5
by: Ken Cox [Microsoft MVP] | last post by:
MS has posted this here: http://www.asp.net/faq/ms03-32-issue.aspx Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE...
4
by: Matthew Louden | last post by:
I am new to ASP.NET, but I know ASP. I just download a ASP.NET sample in http://www.asp101.com/samples/calendar_aspx.asp and run it. It produces the following run-time error. Any ideas?? Thanks!! ...
1
by: Keith | last post by:
All, I have been told this is an ASP.NET issue and not an IIS issue, so I am posting this here. I have a problem with ASP.NET returning an HTTP 500 error when trying to run ASPX pages on...
0
by: Umair Ahmed | last post by:
Hi, I m developing a web application on Win2k platform and deploying the application on Win2k platform. I didnt get any error on the development machine but when i deployed to any machine on...
6
by: AlanS | last post by:
I have used Visual Studio for about 8 months. I have developed some ASP solutions. I had to get on with some other things and have not worked with ASP.NET for a couple months. In the meantime, I...
0
by: victor | last post by:
My hosting company recently upgrade to window 2003 server. The reasearch i have done so far is that 2003 server will use IIS6.0. It is totally different from 2000 server and IIS 5.0 I have...
6
by: =?Utf-8?B?RGF2ZQ==?= | last post by:
I'm running VS 2003/ASP.NET 1.1.4322.0 on XP SP2 All of a sudden I started to getting... "Error while trying to run project: Unable to start debugging on the web server. Server side-error...
17
by: =?Utf-8?B?RGF2ZQ==?= | last post by:
I have set up a virtual directory using IIS. Whenever, I load a web page of type .htm, I have no problem. Whenever I run a .aspx page I get the statement below. I am running on XP Pro, both...
13
by: Kevin Liebowicz | last post by:
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one:...
1
by: ewanm1 | last post by:
On opening IE7 I get a server application unavailable error instead of my homepage. If I click home or refresh my homepage then loads. I have tried numerous different sites, including intranet and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...

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.