Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IIS on Win XP (Home)

Status
Not open for further replies.

jeanpierre

Technical User
Jun 14, 2001
137
0
0
CA
Has anyone tips on how I can have IIS on Win XP(Home)? Thanks
 
from
Installing IIS
The first action you need to take is installing Microsoft's Internet Information Services on your PC. This will add a new dimension to your client computer--it will transform it to a Web server. Don't hesitate to install the server as explained below. From our experience, your client computer will continue to function as before. You will have one more powerful application on your PC--the IIS server.

Having a server on your desktop can be handy in different ways. First, it is instrumental in learning the .NET technology and the JScript .NET language. In this series on JScript .NET, we rely on you having components of the .NET framework, such as the JScript compiler (jsc.exe), which you will get when installing the .NET SDK (Software Development Kit). In order for the .NET SDK to install correctly, you must have IIS already up and running. Installing IIS after .NET SDK won't work--you'll have to install the .NET SDK again, once IIS is installed.

Another reason to have a server on your desktop is to learn other related .NET technologies. You always wanted to write an e-commerce site, including a connected SQL database. With a server on your desktop, you can use ASP.NET to develop an e-commerce site on your PC, including a shopping cart and credit card payment processing.

Windows comes with IIS components built in--you just need to install it if not installed originally. Go to the Control Panel, enter the Add or Remove Programs utility. The window is divided into two panes. The main area lists all installed programs. The left bar has three icons. The bottom one is labeled Add/Remove Windows Components. Click on it to get the following window (XP's shown):

iis.gif


Examine the Internet Information Services (IIS) line. If it's already marked, you already have IIS installed on your system. If it's not, mark it, click on the Next button, and follow the installation wizard.

One can stop the IIS server at any time, so if you share your PC with your peers or family members, you should make sure that IIS is up and running. Click the Start button, Control Panel button, Performance and Maintenance link, Administrative Tools link, and then double-click the Internet Information Services icon. Expand the plus sign next to the Internet Information Services icon on the left side of the window. Expand the plus sign next to the local computer icon, and then expand the Web Sites icon. Right-click the Default Web Site icon and make sure that the Start option is grayed out. You can see now how to stop or pause the IIS server.

By default, the server is installed in C:\\Intepub\ To browse documents on your server, you need to set your URL to Suppose you want to publish a new document, mydoc.html, on your server. You save it as C:\\Intepub\ and set your browser URL to You can create subdirectories as well. For example, you can create a subdirectory c:\\Intepub\ and save there a new file called example1.html. To view it, set your browser URL to
To install IIS, you need to have administrator priveleges on your machine. You may opt to install it on your home PC instead of your work PC, if you you don't have the appropriate priveleges to install it at work
wmail.jpg


someone knowledge ends where
someone else knowledge starts
 
Hi

I'm not 100% sure but I don't think that XP Home lets you install IIS by default - another way of trying to get you to pay more for the Pro version... :)

I think I read somewhere that there is a work around so you can get it to run...

Here ya go:
You could also try a different web server like apache but it won't do your ASP.NET stuff.

Hope this helps.



[smurf]
01101000011000010110010001110011
 
Hi,

I used the guide at 15seconds.com and it installed IIS, however you need some files from a Windows 2000 pro cd and mine also asked for some files from a Windows XP home and Windows XP Pro cd (took a while to find them!).

It worked fine for a couple of days then stopped working (probably one of the other users!). Have tried to reinstall it but it is no better.

Just my experiance with this method! Hope you have more luck than me. (i've given up and have set up a NT4 server with iis!, a bit extream but it works)

Russell Hancock
 
There is a reason why it is not recommended to run IIS on Home Edition. Just clean install Pro and then install IIS or do it while installing Pro.
 
True - so microsoft get more $ :)

I agreee it isn't a supported method or anything, and may have problems as russellhancock mentioned (thanks for the input) but for those that can't afford/don't want to buy XP Pro and don't mind a bit of tinkering it could be well worthwhile.

Hope this helps.
[smurf]
01101000011000010110010001110011
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top