Where exactly is IIS on Windows XP Pro?

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

I have windows XP PRO, but i can not fine IIS anywhere?
Where exactly is it?
 
farseer said:
I have windows XP PRO, but i can not fine IIS anywhere?
Where exactly is it?

Control Panel | Add/Remove Programs | Windows components (going from memory)
on the left side.
 
IIS is not installed by default during installation of WinXP Pro,
but rather as an option. If you want to install IIS now, go back
and startup the WinXP Pro installation CD and select IIS installation
(you don't have to install the whole OS again).

*TimDaniels*

"farseer" asked:
 
IIS is not installed by default during installation of WinXP Pro,
but rather as an option. If you want to install IIS now, go back
and startup the WinXP Pro installation CD and select IIS installation
(you don't have to install the whole OS again).

*TimDaniels*

"farseer" asked:




- Show quoted text -

Thanks much all. Using the XP disk i installed IIS. However when i
enter "http://localhost", i am prompted for a login and password. if
i use my xp login and password, i get an http error 500. Shouldn't
allow access by default since i am the admin
 
You are sort of getting out of context for a general newsgroup. You might have better luck in microsoft.public.inetserver.iis. As a general pointer, take a look at the folder security settings, you probably have Windows Authentication enabled. It's hard telling on the Error 500, depends on what the default document is set to. Create a very generic "hello world" index.html page in C:\Inetpub\wwwroot, then try to load that page (http://localhost/index.html).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top