473,418 Members | 2,267 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,418 software developers and data experts.

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.com
Nov 18 '05 #1
3 2111
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.google.c om...
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.com

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********@hotmail.com> wrote in message news:<#D*************@TK2MSFTNGP09.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.google.c om...
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.com

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.google.c om...
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********@hotmail.com> wrote in message

news:<#D*************@TK2MSFTNGP09.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.google.c om...
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.com

Nov 18 '05 #4

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

Similar topics

0
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
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...
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...
1
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...
9
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...
6
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...
0
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...
17
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...
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:...
0
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...
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
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
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...
0
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...

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.