Results 1 to 12 of 12

Thread: iis - where can i get it from - resolved-

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Newcastle
    Posts
    260

    iis - where can i get it from - resolved-

    Does any one know where i can download this or something simlar as a single component cos my xp home doesnt come with it and im to tight to pay for xp prof

    cheers in advance
    chrisio
    Last edited by Chrisio; Mar 8th, 2004 at 05:58 PM.

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    http://httpd.apache.org

    It's free and 10 times better.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    You can't download it or anything like that, it comes with Windows XP Pro, Server 2003, Windows 2000 Pro/Server.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Are you willing to go for a slightly difficult workaround?

    I had the same problem with Windows XP Home earlier, and I had attempted it. I posted a workaround that was floating on the net a while ago, but there are no guarantees it will work. Do a search for "Windows XP Home IIS" by user mendhak.

    If that doesn't work, try to install PWS instead.

    For the record, I did eventually move over to Win XP Pro, I needed IIS.

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

    And I quote...

    (1) locate and edit the file C:\WINDOWS\INF\SYSOC.INF

    (2) locate a section called [Components]

    (3) find a line like this:
    iis=iis.dll,OcEntry,iis.inf,hide,7

    (4) change it to this (the iis cab in the i386 xp home folder looks to be nothing) iis=iis2.dll,OcEntry,iis2.inf,,7

    (some sort of ms caching thing keeps sticking back iis.dll when I try to nuke it. quickly renaming and making hidden dir called iis.dll seems to thwart, but not worth it, so iis2.dll is good enough)

    (5) I grabbed the iis.dl_ and iis.in_ from win2k advanced server cd.

    I would guess similar techniques would work from W98, FP, etc. Use "EXPAND IIS.DL_ IIS2.DLL" from a command prompt Same for IIS2.INF, place IIS2.INF in C:\WINDOWS\INF and IIS2.DLL in C:\WINDOWS\SYSTEM32\SETUP

    (6) Now when I did "add windows programs" from the control panel's add new programs, I had IIS options and I could even check em off. yippee - could not check em off from my xppro cd ((

    I just went with the defaulted ones though (all i needed was iis web server)

    (7) It will prompt you for files. Get em from MS XP Home CDs, Adv Server CDs, C:\WINNT\SYSTEM32\INETSRV, C:\WINDOWS\I386, etc. (It will tell you the file it needs, you just need to have a searcher going, probably the CDs will have all you need)

    (8) You can get to your IIS from Control Panel's Administrative Programs. I stuck in an index.html file and reconfigure IIS to work like this.
    No go ((
    I right clicked on my inetpub folder and did something with shared folders.
    No go ((
    I looked at the event viewer and saw the error of my ways. Go to IIS and goto Directory Security tab and click Edit button and Browse for the user setup on my laptop.

    (9) Yippee, hello world from http://localhost

    I won't support this solution unless paid to. I am an out of work developer looking for work.

    I bought a Toshiba 5005 laptop which came with XP home. I then bought Win XP Professional. I have bunches of CDs from when I was a MSDN subscriber. From a general search on the internet I found contradictions.

    Microsoft says you need professional XP to do IIS period. q310090 was yanked from their site which had the "workaround" for this.

    When I tried to setup XP upgrade to pro, my laptop rebooted and hung on an xp logo with an animated graphic. I have verified this to be the case with others as well. Upgrading to xp pro isn't an option for this laptop."

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Newcastle
    Posts
    260

    Unhappy

    OkI downloaded apache and installed it but how to i get it to work? what do i put in the following entrys to setit up so i can see it from another comp?

    Network Dommain ?? I have no idea here

    Server Name?? is this http://localhost/

    Admin email address??

    ur help is much apcirated on this otherwise i will try the iis aproach.

    Cheers
    CHrisio

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    The apache configuration file is the httpd.conf file. The default configuration file should have apache up and running. When started navigating to the following address will take you to apache's default start page:

    http://127.0.0.1/

    If you want others to see your server from the outside world - you need to know your IP address.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  8. #8
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    What do you need IIS for? If it's to learn ASP.NET then download WebMatrix it's a free IDE with a built in Server, but it will only be good for testing and learning.

  9. #9
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Originally posted by DeadEyes
    What do you need IIS for? If it's to learn ASP.NET then download WebMatrix it's a free IDE with a built in Server, but it will only be good for testing and learning.
    Coolaboola!
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  10. #10
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    Originally posted by plenderj
    Coolaboola!
    19-13 now thats coolaboola

  11. #11
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Originally posted by DeadEyes
    19-13 now thats coolaboola
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  12. #12
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    And I thought *my* post was a little too esoteric.

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