473,796 Members | 2,677 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problems Browsing Default Web Site and IISADMIN on IIS 5.0

HELP!

This problem is driving me crazy. All other web sites
that are being served out through this server are working,
including sites and virtual directories that are under the
Default Web Site, yet when I attempt to browse the Default
Web Site I get this error:

The page cannot be displayed

There is a problem with the page you are trying to reach
and it cannot be displayed.

-----------------------------------------------------------
---------------------

Please try the following:

Click the Refresh button, or try again later.

Open the www.domainname.com home page, and then look for
links to the information you want.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

-----------------------------------------------------------
---------------------

Technical Information (for support personnel)

Error Type:
(0x80090020)
An internal error occurred.
/localstart.asp, line 18
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET
CLR 1.0.3705; .NET CLR 1.1.4322)

Page:
GET /localstart.asp

Time:
Friday, February 06, 2004, 2:58:49 PM
More information:
Microsoft Support

Similarly, when I attempt to browse the Administration Web
Site I get this error:

Unable to connect to the Active Directory Service Object.
Please contact your system administrator.
Error:-2146893792

I have been looking around the newsgroups for fixes to
these problems, and have found that it possibly could be a
IIS Metabase issue, but I am still not sure.

These problems seem to have cropped up after a problem we
had with this servers clock running wild, a problem that
was reported fixed in Service Pack 4. This server is also
a Enterprise Certificate Authority and when the clock was
running wild it caused thousands of certificates to be
issued. Well, in the certificate clean up process, I read
in several newsgroups and web articles that along with
deleting the certificates from the Certificate Store and
deleting the Root Certificates from the Active Directory,
I should also backup and delete the contents of the
\Documents and Settings\All Users\Applicati on
Data\Microsoft\ Crypto\RSA\Mach ineKeys. After completing
these steps I rebooted the server. When the server came
back up I had a REAL problem on my hands. I would say 90%
of the server failed to start. Needless to say this was
bad. I figured it had something to do with the
MachineKeys Folder being empty. So I restored the folder
to its original state, and rebooted. The server came back
up without an error. So I figured that there must be some
files that are needed. I checked which files were in this
folder on another functioning machine, and found that
there only a few. I opened these files, and found that
each file was marked with by IIS, DCOM, etc. I then
returned to the machine with all of the bad certificates,
and did a "Find" on the MachineKeys Directory looking for
files with IIS, DCOM, etc contained within them. After
finding each of the files that were on the functioning
server, I did a backup of the MachineKeys folder and
deleted the the files that were not needed, then
rebooted. The server came back up without an error.

The problem was fixed, or so I thought, but ever since
this happened I have not been able to access the Default
Web Site or the IISADMIN Web Site. Reinstalling IIS is
not really a viable option, too many things I have loaded
depend on IIS. I am hoping to be able to restore IIS and
IISAdmin back to their default installed condition using
other means. I have tried restoring the MachineKeys
Folder, I thought that maybe I missed a file, but it
didn't help.

Any help on this problem would really be appreciated.

Thanks in advance.

-John
Jul 19 '05 #1
0 1979

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

Similar topics

0
1407
by: Ahmad | last post by:
Dear all, I'm not sure if this is the write newsgroup, but ... I've been trying to update the web-site for the local orphanage (www.bedaya.org.my) via FP2002. This whole project started on my humble Win98 and FP2000, then I've upgraded to an XP and FP2002. Without reading any on-line docs, I've simply reloaded the website from HD (via C:\Inetpub\xxx) into FP2002. It seemed OK.
26
2481
by: Dan Nash | last post by:
Hi guys I have a page that is *supposed* to list the directories on the server. Here's the code... folderspec = server.MapPath("./images/") set fso = CreateObject("Scripting.FileSystemObject") set fold = fso.GetFolder(folderspec) for each subfolder in fold.subFolders Response.Write(subfolder.name & "<br>")
2
1387
by: bigL | last post by:
first time I post/ask something in this group here's the problem I use ASP / VBScript (we only use MS licenses) when I make some changes in a asp page and then want to see the changes I've made : in 99% of the cases nothing happens has to do with the webserver cache refresh - says our webmaster I searched on the internet and found these solutions :
12
2263
by: news | last post by:
I'm having a heck of a time, and I'm hoping someone can take a quick look and see if they can recognize what might be the problem and point me the right direction. My blog page: http://www.celticbear.com/weblog/ looks fine in Firefox and Opera, but in IE6, the main body block positions itself below the left menu bar. I've W3C validated the XML Schema, HTML, and CSS and fixed a couple of errors and all three now give me a "valid"...
5
1246
by: moondaddy | last post by:
I'm setup with a new ISP where we were given an account which we could setup multiple domains. To do this we were given a root directory where we setup a folder for each domain. then we mapped the folders to virtual domains. Then I copied a VS 2003 project (an old front page website that was turned into a VS project for this process) by using the Copy Project menu to its new location in one of these virtual domains. When I surf to the...
11
2001
by: Simon | last post by:
Hi all As I'm sure is common knowledge the version of IIS included in XP Pro is limited in that you can only create 1 website in the IIS snap in. As an ASP.net developer this is a pain in the arse because I can't figure out how to stop having this fact cock up my relative urls. When I create a virtual directory - presumably what you're supposed to do when you're only allowed one site my relative URL's refer to the root of the
0
1674
by: Tim Smith | last post by:
Dear All, Uncovered a problem with a home grown site replicator. We have directory browsing enabled to allow our remote clients to "dynamically discover" new files/directories (sites) we have deployed. As it turns out, some application groups are using our tool as a way to transfer dump files from our datawarehouse. Everything has been working great.
3
2656
by: Newbie | last post by:
Hi All Trying to create a mini-ASP web dev with a couple of PCs at school. When the teachers are happy with the site on the LAN then going to upload it to the school site. Problem is having real problems with the ASP side of things. Timeline of events is as follows: 1) Added IIS (via Add/Remove Windows Components) on WinXP Pro machine (6
0
1050
by: Genie75 | last post by:
Hello, I am very new to Java. I have started working thru a Java Server Pages tutorial and I can't get a very simple Hello World .jsp to display. I go into IISAdmin and right click on the .jsp and select browse, and it comes up with the error message "500 A License Exception has been thrown". We do have java applications that are running fine on that server. Anyone know what this error means, and how to get rid of it? Thanx, Genie75
0
9684
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
10459
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10236
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
10182
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
9055
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
7552
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
5577
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
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.