Results 1 to 10 of 10

Thread: IIS 6 on Windows XP? [Given up :(]

  1. #1

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Resolved IIS 6 on Windows XP? [Given up :(]

    Are there any reasons why IIS 6 would not function on XP?

    Has anyone gotten IIS 6 to run on XP Pro?
    Last edited by <ABX; Aug 15th, 2005 at 02:29 PM. Reason: Clarity
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS 6 on Windows XP?

    IIS does not work with Windows XP HOME EDITION. It'll work perfectly well on XP Pro.

    I'm not sure about IIS 6 though, because XP comes with IIS 5.1/5.

  3. #3

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: IIS 6 on Windows XP?

    IIS 5.X can work with XP home edition w/ a few modifications.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: IIS 6 on Windows XP?

    I've been down that path before, never seen it work though. I was able to only get as far as having IIS serve up HTML/HTM pages, but it couldn't go for ASP.

    Were you able to do this? Did you use those infamous instructions floating around on the web?

  5. #5

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: IIS 6 on Windows XP?

    Havent tried it... I have had XP Pro Corp since it came out.

    Just one of those things i remember reading on a forum.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  6. #6

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: IIS 6 on Windows XP?

    Well, im officially going to give it a reset at trying to make it work. I wrecked two clean installs trying (gotta love VPC ).

    Got windows to install it via add remove windows components (after removing the requirement for com+ -- as far as i could tell xp had the support the install just couldnt find it)

    Afterwards iis.mmc kept reporting errors that i couldnt figure out why it didnt work (prolly expecting some w2k3 COM compoents).

    Although i didnt get it working, i learnt some neat tricks to try on my next version of my custom xp disc.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  7. #7
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: IIS 6 on Windows XP? [Given up :(]

    You could use Windows XP Professional x64 edition because that uses IIS 6

    ... haveing said that, XPP x64 is Windows Server 2003 with an XP frontend, so of course it comes with IIS6
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  8. #8

    Thread Starter
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: IIS 6 on Windows XP? [Given up :(]

    Didnt know of that option... I guess I will have to think about upgrading to a 64bit processor. Is it limited in the number of web sites it can host? (if so, i'd probably just end up going w/ w2k3 as a workstation.)
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  9. #9
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: IIS 6 on Windows XP? [Given up :(]

    Good question - I don't know. Windows XP Professional is limited, if I remember correctly to something like 10 concurrent connections. But if you turn off HTTP KeepAlive then you can make it appear as though you're serving more.

    Given that XPP x64 is Windows Server 2003 - I don't know if they've implemented any sort of throttling in IIS. From what I could see, IIS seemed identical - but then I didn't go digging that deep...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  10. #10
    Hyperactive Member capsulecorpjx's Avatar
    Join Date
    May 2005
    Location
    Renton, WA
    Posts
    288

    Re: IIS 6 on Windows XP? [Given up :(]

    Quote Originally Posted by <ABX
    Are there any reasons why IIS 6 would not function on XP?

    Has anyone gotten IIS to run on XP?
    Well if you're not particular, you can try:
    Apache Web Server / Php
    or Tomcat (with Apache) / Java Servlets

    With MySQL database as a backend.

    If you really want to use IIS, then I guess buy XP Pro.
    "I like to run on treadmills, because at least I know I'm getting nowhere."
    - Me

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width