Does WinXP come with a webserver?

  • Thread starter Thread starter Victor
  • Start date Start date
V

Victor

Windows 2000 comes with IIS5 (which must be installed separately).

Does Windows XP have an IIS webserver? How is it installed?

THANKS!

Vic
 
Yes it does.

Control Panel -> Add or Remove Programs -> Add/Remove Windows Components.

HTH
 
Yes it does.

Control Panel -> Add or Remove Programs -> Add/Remove Windows Components.

HTH

However, it is limited to 5 concurrent connections, IIRC (maybe 10 but
not sure). That's really limited for an internet server.
 
Victor said:
Windows 2000 comes with IIS5 (which must be installed separately).

Does Windows XP have an IIS webserver? How is it installed?

XP Pro comes with IIS (Microsoft's Internet Information Server). The
other posters have told you how to install it. If you have XP Home,
you can run other web servers like Apache (http://httpd.apache.org), a
free, open-source, very widely used web server.
 
Does Windows XP have an IIS webserver? How is it installed?
However, it is limited to 5 concurrent connections, IIRC (maybe 10 but
not sure). That's really limited for an internet server.

XP is not a server OS. If you *really* want to host a public web site, then
XP is not the solution.

For all intents and purposes, 5-10 connections is plenty for IIS running on
XP. I do some web development on my XP Pro machine, and have never found
that 'limit' to be an issue. Heck, at some point I might even consider
removing IIS, as Visual Studio 2005 comes with its own little test server.
 
Back
Top