473,698 Members | 2,521 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Server Unavailable

Hi, I've encountered a problem when installing the .Net framework
version 1.0 on a Windows 2000 Server machine in a clustered
environment. After I install the framework and try to run a simple
ASP.Net web page I receive the following message in my web browser:

"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."

When I check the event log it shows the following system error:

"Access denied attempting to launch a DCOM Server. The server is:
{000C101C-0000-0000-C000-000000000046}
The user is ASPNET/AGSESDWEB1,
SID=S-1-5-21-1060284298-1563985344-725345543-1011. "

I've looked around in the newsgroups and on the web and although
others have encountered the same error, no one seems to have a
straight answer or explanation except for it has to do with
permissions. Unfortunately the MSDN web site has little information on
this problem. It does have a fix for Windows XP, but not for Windows
2000 Server.

Can someone please explain what is causing this problem and exactly
how to rectify it. Any help is appreciated.

Also, please don't tell me to install version 1.1 of the .Net
framework as it has to be version 1.0

Thanks in Advance,
David Walker
EDS Canada

dw******@eds.co m
Nov 18 '05 #1
3 2137
Hi David,

Are you accessing any COM components from your code? Does a simple
HelloWorld.aspx page work?

If not the problem is most likely that one of the ASP.Net components doesn't
have rights although unless you've mucked iwth permissions or renamed
accounts this should nto be an issue.

The DCOM issue means that whatever server this ID points to needs to have
Launch and Access rights for the ASP.Net account. You can search the
registry for the class id to find out what the server is (don't you love how
useful those messages are - it would surely help to have a progid).
+++ Rick ---

--

Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/wwHelp
----------------------------------
Making waves on the Web
"David Walker" <wa************ **@hotmail.com> wrote in message
news:bf******** *************** ***@posting.goo gle.com...
Hi, I've encountered a problem when installing the .Net framework
version 1.0 on a Windows 2000 Server machine in a clustered
environment. After I install the framework and try to run a simple
ASP.Net web page I receive the following message in my web browser:

"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."

When I check the event log it shows the following system error:

"Access denied attempting to launch a DCOM Server. The server is:
{000C101C-0000-0000-C000-000000000046}
The user is ASPNET/AGSESDWEB1,
SID=S-1-5-21-1060284298-1563985344-725345543-1011. "

I've looked around in the newsgroups and on the web and although
others have encountered the same error, no one seems to have a
straight answer or explanation except for it has to do with
permissions. Unfortunately the MSDN web site has little information on
this problem. It does have a fix for Windows XP, but not for Windows
2000 Server.

Can someone please explain what is causing this problem and exactly
how to rectify it. Any help is appreciated.

Also, please don't tell me to install version 1.1 of the .Net
framework as it has to be version 1.0

Thanks in Advance,
David Walker
EDS Canada

dw******@eds.co m

Nov 18 '05 #2
Rick, I searched the registry and it appears the offending server is
called the MSIServer (Microsoft Installer?). I'm not quite sure what
to do next to give this server Launch and Access rights to the ASP.Net
account. Can you help?

David

"Rick Strahl [MVP]" <ri********@hot mail.com> wrote in message news:<#D******* ******@TK2MSFTN GP09.phx.gbl>.. .
Hi David,

Are you accessing any COM components from your code? Does a simple
HelloWorld.aspx page work?

If not the problem is most likely that one of the ASP.Net components doesn't
have rights although unless you've mucked iwth permissions or renamed
accounts this should nto be an issue.

The DCOM issue means that whatever server this ID points to needs to have
Launch and Access rights for the ASP.Net account. You can search the
registry for the class id to find out what the server is (don't you love how
useful those messages are - it would surely help to have a progid).
+++ Rick ---

--

Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/wwHelp
----------------------------------
Making waves on the Web
"David Walker" <wa************ **@hotmail.com> wrote in message
news:bf******** *************** ***@posting.goo gle.com...
Hi, I've encountered a problem when installing the .Net framework
version 1.0 on a Windows 2000 Server machine in a clustered
environment. After I install the framework and try to run a simple
ASP.Net web page I receive the following message in my web browser:

"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."

When I check the event log it shows the following system error:

"Access denied attempting to launch a DCOM Server. The server is:
{000C101C-0000-0000-C000-000000000046}
The user is ASPNET/AGSESDWEB1,
SID=S-1-5-21-1060284298-1563985344-725345543-1011. "

I've looked around in the newsgroups and on the web and although
others have encountered the same error, no one seems to have a
straight answer or explanation except for it has to do with
permissions. Unfortunately the MSDN web site has little information on
this problem. It does have a fix for Windows XP, but not for Windows
2000 Server.

Can someone please explain what is causing this problem and exactly
how to rectify it. Any help is appreciated.

Also, please don't tell me to install version 1.1 of the .Net
framework as it has to be version 1.0

Thanks in Advance,
David Walker
EDS Canada

dw******@eds.co m

Nov 18 '05 #3
Sounds like the system is trying to install something. Does this happen on a
simple ASPX page or only on one that you're doing something with custom
components?

I would try reinstalling the .Net framework or run fix from the Add Programs
option if it happens on a simple page.

+++ Rick ---

--

Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/wwHelp
----------------------------------
Making waves on the Web
"David Walker" <wa************ **@hotmail.com> wrote in message
news:bf******** *************** ***@posting.goo gle.com...
Rick, I searched the registry and it appears the offending server is
called the MSIServer (Microsoft Installer?). I'm not quite sure what
to do next to give this server Launch and Access rights to the ASP.Net
account. Can you help?

David

"Rick Strahl [MVP]" <ri********@hot mail.com> wrote in message

news:<#D******* ******@TK2MSFTN GP09.phx.gbl>.. .
Hi David,

Are you accessing any COM components from your code? Does a simple
HelloWorld.aspx page work?

If not the problem is most likely that one of the ASP.Net components doesn't have rights although unless you've mucked iwth permissions or renamed
accounts this should nto be an issue.

The DCOM issue means that whatever server this ID points to needs to have Launch and Access rights for the ASP.Net account. You can search the
registry for the class id to find out what the server is (don't you love how useful those messages are - it would surely help to have a progid).
+++ Rick ---

--

Rick Strahl
West Wind Technologies
http://www.west-wind.com/
http://www.west-wind.com/wwHelp
----------------------------------
Making waves on the Web
"David Walker" <wa************ **@hotmail.com> wrote in message
news:bf******** *************** ***@posting.goo gle.com...
Hi, I've encountered a problem when installing the .Net framework
version 1.0 on a Windows 2000 Server machine in a clustered
environment. After I install the framework and try to run a simple
ASP.Net web page I receive the following message in my web browser:

"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."

When I check the event log it shows the following system error:

"Access denied attempting to launch a DCOM Server. The server is:
{000C101C-0000-0000-C000-000000000046}
The user is ASPNET/AGSESDWEB1,
SID=S-1-5-21-1060284298-1563985344-725345543-1011. "

I've looked around in the newsgroups and on the web and although
others have encountered the same error, no one seems to have a
straight answer or explanation except for it has to do with
permissions. Unfortunately the MSDN web site has little information on
this problem. It does have a fix for Windows XP, but not for Windows
2000 Server.

Can someone please explain what is causing this problem and exactly
how to rectify it. Any help is appreciated.

Also, please don't tell me to install version 1.1 of the .Net
framework as it has to be version 1.0

Thanks in Advance,
David Walker
EDS Canada

dw******@eds.co m

Nov 18 '05 #4

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

Similar topics

0
528
by: Mridul Buragohain | last post by:
hi all! ===================================== my environment: MS .NET 1.1 with Service pack 1 ASP.NET framework IIS 5.0 C#.NET language. =====================================
5
1759
by: Andy | last post by:
This morning I was quite happily working away when a Windows Update prompted me for install. I found a convenient brake point and duly installed it and rebooted, oh dear what a mistake LOL! Any asp.net page now fails with the following message: - Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit
5
2785
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 ------------------------------------------------------------------------------- -
1
2974
by: Reza Sadeghi | last post by:
Hi I am getting this error when I tried to browse any asp.net in visual studio.net. I can build the project but when I try to run and debug the project I get error message that "Unable to start debugging on the web server. server side error occurred on sending debug HTTP Request. I am running WinXP Pro SP1 with all hotfixes and VS.NET 2002 and .NET Framework 1.0
9
647
by: Steve Buster | last post by:
All right, I have read every forum, newsgroup etc about this issue and no one seems to know how to fix it. I am getting a "Server Application Unavailable" exception running my .NET 1.1 application. I use W2K SP4 and have applied the hot Fix KB824146 and KB824105, both IE fixes. I don't have VS installed because this is a Quality Environment. I do have .NET SDK and .NET 1.1 Runtime installed. I can't change my APSNET user to run as...
6
2873
by: Damon Roberts | last post by:
Hi My dev server has started posting a Server Application Unavailable error for all of my asp.net web apps... 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.
0
1280
by: Phinneas | last post by:
Howdy, I have multiple apps running on a pair of dual-processor Win2k IIS servers, neither of which are domain controllers. My users are experiencing fairly frequent (10-20 / day) "Server Application Unavailable" errors. I'm using a custom "Server Application Unavailable" page to send me an email whenever this occurs. I also have a ProcessHistory page that leverages ProcessModelInfo.GetHistory() to show me what's going on at the...
17
5092
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the Windows XP IIS back to ASP.NET 1.1 then I get the Configuration Error (which is understandable because I'm trying to run an ASP.NET 2 site with 1.1 framework). I can however view other ASP.NET 1.1 sites on my local Windows XP machine. It's only the...
13
4759
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: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q315158 But the problem is that 99% of these are for ASP .NET 1.x and this is .NET 2.x which I just installed to try and get .net working for the first time ever. I've see all the HACKS to get .net 1.x...
0
3150
by: DR | last post by:
Unable to start TSQL Debugging. Could not attach to SQL Server Process on 'srvname'. The RPC server is unavailable. I get this error when I try to run a SQL Server Project with a CLR stored Procedure in it. The target DB is SQL Server 2005 and im using VS 2005. I simply create a new SQL Server Project which creates a Test.sql, i then simply added a Stored Procedure to it called the default name StoredProcedure1.cs and put a break point...
0
8683
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9031
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8904
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
7741
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6531
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4624
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
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
2
2341
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2007
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.