473,406 Members | 2,352 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.

Possible to get iis on Windows XP Home Edition?

Hi,
I'm taking a class right now at college where the prof. is showing us
some projects done in MS .Net Framework, using ASP.Net and VB.Net,
we're suppose to do one soon. I'm running MS Windows XP Home Edition
at home but can not locate IIS on it, I need it for the .Net
Framework, any ideas on how to get it without having to upgrade, the
OS came with my Sony Viao, I don't recall if the XP cds were there,
I'm pretty sure all I got was cds of backup software, so I can't look
at the cd to see if IIS is there, any ideas?

Thanks.
Nov 18 '05 #1
6 1759
There is no supported way to run IIS on XP Home edition.
For this I suggest you use the free cassini web server:
http://www.asp.net/Default.aspx?tabindex=7&tabid=41

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net

"soni29" <so****@hotmail.com> wrote in message
news:ca**************************@posting.google.c om...
Hi,
I'm taking a class right now at college where the prof. is showing us
some projects done in MS .Net Framework, using ASP.Net and VB.Net,
we're suppose to do one soon. I'm running MS Windows XP Home Edition
at home but can not locate IIS on it, I need it for the .Net
Framework, any ideas on how to get it without having to upgrade, the
OS came with my Sony Viao, I don't recall if the XP cds were there,
I'm pretty sure all I got was cds of backup software, so I can't look
at the cd to see if IIS is there, any ideas?

Thanks.

Nov 18 '05 #2
Home does not include IIS since that is a server application. There is
an app named WebMatrix that should be able to at least let you test
your application on the same system. You cannot connect to it from
another machine, but you should be able to test and debug your ASP.NET
application using it. It's a free download from MS.
On 11 Apr 2004 16:19:18 -0700, so****@hotmail.com (soni29) wrote:
Hi,
I'm taking a class right now at college where the prof. is showing us
some projects done in MS .Net Framework, using ASP.Net and VB.Net,
we're suppose to do one soon. I'm running MS Windows XP Home Edition
at home but can not locate IIS on it, I need it for the .Net
Framework, any ideas on how to get it without having to upgrade, the
OS came with my Sony Viao, I don't recall if the XP cds were there,
I'm pretty sure all I got was cds of backup software, so I can't look
at the cd to see if IIS is there, any ideas?

Thanks.


Nov 18 '05 #3
On 11 Apr 2004 16:19:18 -0700, so****@hotmail.com (soni29) wrote:
I'm taking a class right now at college where the prof. is showing us
some projects done in MS .Net Framework, using ASP.Net and VB.Net,
we're suppose to do one soon. I'm running MS Windows XP Home Edition
at home but can not locate IIS on it, I need it for the .Net
Framework, any ideas on how to get it without having to upgrade, the
OS came with my Sony Viao, I don't recall if the XP cds were there,
I'm pretty sure all I got was cds of backup software, so I can't look
at the cd to see if IIS is there, any ideas?


XP Home does not have IIS. You can get XP Pro as an Academic version,
or a server version. You can also use the Server 2003 120 day trial
for your learning. You might also want to check with your school,
some have made volume licensing deals that get you academic version
licenses less expensively.

I won't comment about how lame any college that doesn't provide access
to the software needed for a course is. You should have received a
trial version or academic version as part of your textbooks, or at
least have it available on a school system.

Jeff
Nov 18 '05 #5
The unsupported way:
http://www.15seconds.com/issue/020118.htm

Use at your own risk.

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke

"soni29" <so****@hotmail.com> wrote in message
news:ca**************************@posting.google.c om...
Hi,
I'm taking a class right now at college where the prof. is showing us
some projects done in MS .Net Framework, using ASP.Net and VB.Net,
we're suppose to do one soon. I'm running MS Windows XP Home Edition
at home but can not locate IIS on it, I need it for the .Net
Framework, any ideas on how to get it without having to upgrade, the
OS came with my Sony Viao, I don't recall if the XP cds were there,
I'm pretty sure all I got was cds of backup software, so I can't look
at the cd to see if IIS is there, any ideas?

Thanks.

Nov 18 '05 #6
Hello,

No, IIS is not available on Home Edition. I suggest that you talk to your
college. If you are supposed to use XP Pro in your education, they might
have a license (MSDN AA) to have students use XP Pro.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
http://www.ilopia.com/
"soni29" <so****@hotmail.com> wrote in message
news:ca**************************@posting.google.c om...
Hi,
I'm taking a class right now at college where the prof. is showing us
some projects done in MS .Net Framework, using ASP.Net and VB.Net,
we're suppose to do one soon. I'm running MS Windows XP Home Edition
at home but can not locate IIS on it, I need it for the .Net
Framework, any ideas on how to get it without having to upgrade, the
OS came with my Sony Viao, I don't recall if the XP cds were there,
I'm pretty sure all I got was cds of backup software, so I can't look
at the cd to see if IIS is there, any ideas?

Thanks.

Nov 18 '05 #7

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

Similar topics

1
by: Peter L.S. Trevor | last post by:
I just got Visual Studio 6 Enterprise which includes SQL Server 7. However, when I try to install SQL7 (Standard Edition ?) on Windows XP Home it only installs the client components and not...
1
by: chaz | last post by:
Ive seen several sellers, both retail and on ebay, who say that sql server 2000 developer edition will run on windows xp home edition. Is this true? Some articles I've seen imply yes while other...
5
by: RAJ | last post by:
hi plz tell me how to know "how window is going to close"... i have to right code for X button of forms... plz telll me thanks bye
1
by: Scott Chang | last post by:
Hi all, 1)I used Microsoft Visual C++.NET (2002) on my Windows Me and Windows XP Home Edition for the last one and half years. 4-5 weeks ago, I upgraded my PC from Windows XP Home Edition to...
6
by: soni29 | last post by:
Hi, I'm taking a class right now at college where the prof. is showing us some projects done in MS .Net Framework, using ASP.Net and VB.Net, we're suppose to do one soon. I'm running MS Windows...
11
by: sumana_m | last post by:
I have downloaded the freely available express edition of Visual Web Developer. If I develop an application using this, will I be able to market my product for commercial purposes without having...
5
by: Erland | last post by:
Hello all, I have Windows XP home edition running on my box, my question is --Can I install Visual Studio 2005 professional edition on Windows XP home and do Web Development ? I will...
2
by: Ruud Ortmans | last post by:
Hi, I developed an "Contact Us" - page with VS 2005 and ASP.NET 2.0. By clicking the send button the following code is executed: Configuration config =...
6
by: j2ee.singh | last post by:
Hi, I'm looking to buy a new laptop primarily to learn & practice .NET and C#. My Question is: Is there any requirement for .NET and C# in terms of the following Operating Systems: -...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.