473,406 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

How to get IIS

Is there any way to install internet information services on my XP Home
edition laptop without having to upgrade to XP Pro?
Jul 21 '05 #1
5 3809
no - not in a stable way. You can install Cassini which is a asp.net web
server, or Mono's xsp

--
Regards

John Timney
ASP.NET MVP
Microsoft Regional Director

"cashdeskmac" <ca*********@discussions.microsoft.com> wrote in message
news:78**********************************@microsof t.com...
Is there any way to install internet information services on my XP Home
edition laptop without having to upgrade to XP Pro?

Jul 21 '05 #2
If you look around on the internet for "install IIS XP Home" you will find
that you can indeed get IIS running on XP Home.

However, as John said, this is a bitch to get working and requires a lot of
playing with settings even senior programmers wouldnt be happy tinkering.

My advise personally would be to go with the suggestions john made or take
the plunge and upgrade to Pro. I looked around on ebay and got the upgrade
for about 50 quid for a fully legitemate copy.

Bear in mind though:

- The Pro version lets you use Remote Control to dial up your computer and
control it from anywhere in the world. Home doesn't support that. It
supports Remote Assistance but not unsolicited remote control. For me that
feature was at least as important as IIS. It's shit hot as well. Nicely
implemented. Hell of a lot nicer to use that PCAnywhere Version 9

- Although you get the option of installing IIS under XP Pro, its a severely
crippled version that can make developing more than one application at a
time a complete pain in the arse. You're only allowed to host one site at a
time meaning that you have to use virtual directories which cause problems
with relative addressing in my applications. That may just be me, but I've
heard a lot of people complaining about this. A far better solution would be
to allow the user to make as many sites as possible but only allow say three
concurrent connections. At the moment I think your allowed something like
10.

- The next versions of Visual Studio (2005) comes with its own webserver
that lets you create .net applications independently of IIS. I'm guessing
that it'll allow making mutiple applications a lot easier than is currently
the case under IIS.

Personally I found the ability to control my machine from any place on the
planet and the ability to develop at least one application easily on my
local machine enough to warrant the £50 upgrade. I wouldnt pay any more than
that though if all you want to do is use IIS. Amazon.co.uk has an ok price
if youre a student (£63).

If you're not a student and only want to play with asp.net websites with
Visual Studio then the £160 upgrade from XP Home to XP Pro is really taking
the piss.

I could give you some more information on your server options if you could
give some more info on specifically what you would like your server for. My
suggestion would be different depending on say, whether you wanted to server
ASP as opposed to making ASP.Net applications

I hope that helps a bit

Kind Regards

Simon
Jul 21 '05 #3
If you look around on the internet for "install IIS XP Home" you will find
that you can indeed get IIS running on XP Home.

However, as John said, this is a bitch to get working and requires a lot of
playing with settings even senior programmers wouldnt be happy tinkering.

My advise personally would be to go with the suggestions john made or take
the plunge and upgrade to Pro. I looked around on ebay and got the upgrade
for about 50 quid for a fully legitemate copy.

Bear in mind though:

- The Pro version lets you use Remote Control to dial up your computer and
control it from anywhere in the world. Home doesn't support that. It
supports Remote Assistance but not unsolicited remote control. For me that
feature was at least as important as IIS. It's shit hot as well. Nicely
implemented. Hell of a lot nicer to use that PCAnywhere Version 9

- Although you get the option of installing IIS under XP Pro, its a severely
crippled version that can make developing more than one application at a
time a complete pain in the arse. You're only allowed to host one site at a
time meaning that you have to use virtual directories which cause problems
with relative addressing in my applications. That may just be me, but I've
heard a lot of people complaining about this. A far better solution would be
to allow the user to make as many sites as possible but only allow say three
concurrent connections. At the moment I think your allowed something like
10.

- The next versions of Visual Studio (2005) comes with its own webserver
that lets you create .net applications independently of IIS. I'm guessing
that it'll allow making mutiple applications a lot easier than is currently
the case under IIS.

Personally I found the ability to control my machine from any place on the
planet and the ability to develop at least one application easily on my
local machine enough to warrant the £50 upgrade. I wouldnt pay any more than
that though if all you want to do is use IIS. Amazon.co.uk has an ok price
if youre a student (£63).

If you're not a student and only want to play with asp.net websites with
Visual Studio then the £160 upgrade from XP Home to XP Pro is really taking
the piss.

I could give you some more information on your server options if you could
give some more info on specifically what you would like your server for. My
suggestion would be different depending on say, whether you wanted to server
ASP as opposed to making ASP.Net applications

I hope that helps a bit

Kind Regards

Simon

Jul 21 '05 #4
Dear Simon,

thank you so much for the excellent response.

I am currently studying for my MCP in developing web apps with C# and VS
..NET, via a distance learning course with Computeach International. Part of
the course is the Microsoft Press MCAD book for exam 070-315 and I only need
the IIS so that I can create the virtual folders it has told me to create.

I am very new to programming (less than 9 months) and have only had a
computer for 3 years, so a lot of these things are totally new to me.

I won't be needing to create more than one application at a time but I will
be creating multi-document applications, so the XP Pro version of IIS would
suffice.

The thing that gets me is that when I downloaded the SQL Server from MSDE I
had to configure my IIS settings to get it to work, but now I can't find IIS
anywhere on my computer! I've looked in Admin tools but it isn't there, it
isn't in Add/Remove COM Components either. I've tried a search for it but
nothing came up. If it's possible to open the IIS screen through either the
command prompt or the Run... utility I only need the proper command to try
that out.

I'd really appreceiate it if you could come up with a solution for my
particular case.

Kind regards,

Alan

"Simon" wrote:
If you look around on the internet for "install IIS XP Home" you will find
that you can indeed get IIS running on XP Home.

However, as John said, this is a bitch to get working and requires a lot of
playing with settings even senior programmers wouldnt be happy tinkering.

My advise personally would be to go with the suggestions john made or take
the plunge and upgrade to Pro. I looked around on ebay and got the upgrade
for about 50 quid for a fully legitemate copy.

Bear in mind though:

- The Pro version lets you use Remote Control to dial up your computer and
control it from anywhere in the world. Home doesn't support that. It
supports Remote Assistance but not unsolicited remote control. For me that
feature was at least as important as IIS. It's shit hot as well. Nicely
implemented. Hell of a lot nicer to use that PCAnywhere Version 9

- Although you get the option of installing IIS under XP Pro, its a severely
crippled version that can make developing more than one application at a
time a complete pain in the arse. You're only allowed to host one site at a
time meaning that you have to use virtual directories which cause problems
with relative addressing in my applications. That may just be me, but I've
heard a lot of people complaining about this. A far better solution would be
to allow the user to make as many sites as possible but only allow say three
concurrent connections. At the moment I think your allowed something like
10.

- The next versions of Visual Studio (2005) comes with its own webserver
that lets you create .net applications independently of IIS. I'm guessing
that it'll allow making mutiple applications a lot easier than is currently
the case under IIS.

Personally I found the ability to control my machine from any place on the
planet and the ability to develop at least one application easily on my
local machine enough to warrant the £50 upgrade. I wouldnt pay any more than
that though if all you want to do is use IIS. Amazon.co.uk has an ok price
if youre a student (£63).

If you're not a student and only want to play with asp.net websites with
Visual Studio then the £160 upgrade from XP Home to XP Pro is really taking
the piss.

I could give you some more information on your server options if you could
give some more info on specifically what you would like your server for. My
suggestion would be different depending on say, whether you wanted to server
ASP as opposed to making ASP.Net applications

I hope that helps a bit

Kind Regards

Simon

Jul 21 '05 #5
"cashdeskmac" <ca*********@discussions.microsoft.com> wrote:
Dear Simon,
<SNIP>The thing that gets me is that when I downloaded the SQL Server from MSDE I
had to configure my IIS settings to get it to work, but now I can't find IIS
anywhere on my computer! I've looked in Admin tools but it isn't there, it
isn't in Add/Remove COM Components either. I've tried a search for it but
nothing came up. If it's possible to open the IIS screen through either the
command prompt or the Run... utility I only need the proper command to try
that out.

I'd really appreceiate it if you could come up with a solution for my
particular case.
You already have been shown the solutions that apply to your
particular case. Either:

- Upgrade to XP Pro and install IIS or

- get Cassini and make due

Cassini
http://asp.net/Projects/Cassini/Down...ndex=0&tabid=1

Vs.Net using Cassini works
http://asp.net/Forums/ShowPost.aspx?...&PostID=742551

You are left with the option of throwing money at the
problem (Upgrade to XP Professional) or time (trying to
figure out how Cassini works and make it work for your
situation; simply memorize IIS material that relates to
70-315; this might be a bit challenging and frustrating at
your particular level but ultimately thats how all of us pay
our dues in our field). Right now you are wasting time on
trying to find IIS where doesn't exist (and it doesn't exist
in XP Home).

Now if it makes you happy: the Internet Information Services
Management Console (iis.msc) can be started on an XP Pro
machine from the Run prompt with:

%SystemRoot%\System32\inetsrv\iis.msc

which usually translates to:

C:\Windows\System32\inetsrv\iis.msc

The presence of the management console (if it is in fact
present) does not imply that that IIS itself is present
(i.e. the VCR-style control tool bar buttons probably don't
work when you high-light the "Default Web Site"; the console
may exibit "crippled" functionality in general).

For all you know, you were looking at some kind of
installation configuration screen that popped up because the
installation could not find IIS and it needed the settings
satisfied for some bizarre reason. Many moons ago I
installed the MSDE on a machine and I don't recall any such
screen (nor having to fiddle with IIS) - but then again I
installed it on XP Pro.
Kind regards,

Alan


Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: William C. White | last post by:
Does anyone know of a way to use PHP /w Authorize.net AIM without using cURL? Our website is hosted on a shared drive and the webhost company doesn't installed additional software (such as cURL)...
2
by: Albert Ahtenberg | last post by:
Hello, I don't know if it is only me but I was sure that header("Location:url") redirects the browser instantly to URL, or at least stops the execution of the code. But appearantely it continues...
3
by: James | last post by:
Hi, I have a form with 2 fields. 'A' 'B' The user completes one of the fields and the form is submitted. On the results page I want to run a query, but this will change subject to which...
0
by: Ollivier Robert | last post by:
Hello, I'm trying to link PHP with Oracle 9.2.0/OCI8 with gcc 3.2.3 on a Solaris9 system. The link succeeds but everytime I try to run php, I get a SEGV from inside the libcnltsh.so library. ...
1
by: Richard Galli | last post by:
I want viewers to compare state laws on a single subject. Imagine a three-column table with a drop-down box on the top. A viewer selects a state from the list, and that state's text fills the...
4
by: Albert Ahtenberg | last post by:
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave there the values he inserted? 2. When the...
1
by: inderjit S Gabrie | last post by:
Hi all Here is the scenerio ...is it possibly to do this... i am getting valid course dates output on to a web which i have designed ....all is okay so far , look at the following web url ...
2
by: Jack | last post by:
Hi All, What is the PHP equivilent of Oracle bind variables in a SQL statement, e.g. select x from y where z=:parameter Which in asp/jsp would be followed by some statements to bind a value...
3
by: Sandwick | last post by:
I am trying to change the size of a drawing so they are all 3x3. the script below is what i was trying to use to cut it in half ... I get errors. I can display the normal picture but not the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.