-
Posted to
General
by
startup123
on
03-07-2008, 10:40 PM
Well here's what's happening, If I keep restarting the computer I eventually hit a session when the IIS is working properly. And it can work in several subsequent sessions. But I have no ideas as to what could be causing this.
Any clues?
-
Posted to
General
by
startup123
on
03-07-2008, 3:17 PM
Oh, no. I spoke too soon.
It is not working again after I restarted the computer. Here is a screen shot of the content IIS manager shows, the windows below is the content of my C:\inetpub\wwwroot.
http://i111.photobucket.com/albums/n129/Emil3d/my_IIS.jpg
I'm not sure if it was like that before but now I paid attention and ...
-
Posted to
General
by
startup123
on
03-07-2008, 1:30 PM
Ganesh, thank you so much, BIG help!. I followed your instructions and when I right clicked on my hello.html and chose "browse" from the IIS manager, the browser displayed properly "hello" without getting any error. I checked the same with Firefox by setting it as a default browser and it displayed hello with no problems ...
-
Posted to
General
by
startup123
on
03-07-2008, 9:42 AM
Thank you for your reply qbernard, I'm new to this and don't understand most of your message.
I have the simple hello.html file in inetpub\wwwroot folder, and when I type http://localhost/hello.html in the address bar of my browser I get this error message in IE:
"This error (HTTP 404 Not Found) means that Internet Explorer was ...
-
Posted to
General
by
startup123
on
03-07-2008, 12:07 AM
After another several hours of searching the internet for clues, I found and tried the tutorial from this web page http://www.dartmouth.edu/~deploypki/materials/web_authn/pages/IISonXP_Install.htm
Unfortunately I didn't get the same result
when I typed http://localhost
in the address field of the browser, first I got a dialog box ...
-
Posted to
General
by
startup123
on
03-06-2008, 8:39 PM
My test for properly
installed and working IIS fails after I installed IIS XP component on my
computer and made a simple test with a static html page following these
two ...