tags:

views:

1242

answers:

3

I've heard that this isn't possible because you need to have the Windows Server OS installed, but that seems kind of ridiculous because how would you set up a local development environment? Anyway, curious if this is possible.

+5  A: 

Exlcuding Windows Server OS', IIS6 needs Windows XP Pro 64-bit and IIS7 needs Vista.

A thread on the Microsoft IIS website also says you can, as 64-bit WinXP Pro comes with IIS6.

Brandon
There is no 64bit requirement.
jsight
NP :) (must write 15 chars)
jsight
Please support your claim about IIS6 installation on XP 32-bit by appropriate link.
EFraim
http://www.ehow.com/how_2272270_configure-iis-6-windows-xp.html
Brandon
@Brandon: Windows XP 64-bit is essentially Windows 2003 kernel. Windows XP 32-bit is not.
EFraim
@EFraim, I know. I had it written as 64-bit, but per jsights comment, I removed that part of the answer. Then when you asked for a link I realized I was right the first time. I guess I skipped the part of your comment where you specified 32-bit.
Brandon
@McChrister: It has been downvoted for being factually inaccurate at the moment it was downvoted. Currently the downvote was released.
EFraim
@Brandon - Thanks... I didn't realize that IIS6 was available for XP64. XP64 is even weirder than I thought (and in a good way)! :)
jsight
+2  A: 

This page says you cannot.

EDIT: Clarification: kernel-wise Windows XP 64-bit is 2003 for all intents and IIS related purposes.

EFraim
It tells the whole tale exactly. Windows XP is XP and 2003 is 2003, whatever MS says XP 64-bit is really 2003. (See kernel version)
EFraim
@MrChrister: should I ask the same?
EFraim
+1  A: 

There are also some hacky methods to install IIS5 on XP Home, but I don't think that there are hacks for IIS6 on XP 32bit (thought 64 bit XP apparently has IIS6 available):

This is not supported by MS. If you are just wanting to test locally, the dev server built in to VS is recommended (or Cassini - previous versions are available as well). If you are wanting to serve primarily non-asp.net content, then there are lots of other popular web servers available that will work on XP Home (Apache, etc).

jsight
Can you Please read the question? He needs IIS 6 or 7
EFraim
Yeah, thats true. I read the first answer and made a false assumption (that the first answer was relevant) then forgot the 6 requirement. :) I've clarified my answer.
jsight