473,749 Members | 2,464 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net on xp home?

I can understand that one wouldn't be able to run a full-fledged web server
from XP Home, but is there not a toned-down version of IIS/ASP.NET a
developer can use on XP Home?

I just bought a new computer to do some ASP.NET development, but ran across
http://www.asp.net/download-1.1.aspx?tabindex=0&tabid=1 which seems to
indicate I'm out of luck unless I upgrade my OS. :-( I'm hoping I'm
misunderstandin g something.
Nate
Nov 17 '05 #1
4 1825
AW
If this should be true, you can still use WebMatrix, which is a free ASP.Net
editor:
http://www.asp.net/webmatrix
--
To reply, remove a "l" before the @ sign.

Arnaud Weil - MCT, MCSD.Net, MCAD.Net
Nov 17 '05 #2
Web Matrix also comes with a web server that can be installed on Windows XP
Home.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

"AW" <aw****@fr.xrt. com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
If this should be true, you can still use WebMatrix, which is a free ASP.Net editor:
http://www.asp.net/webmatrix
--
To reply, remove a "l" before the @ sign.

Arnaud Weil - MCT, MCSD.Net, MCAD.Net

Nov 17 '05 #3
you can do a workaround and get IIS 5 running on winXP Home if you have
access to a win2k CD (professional, server, or advanced server) in order to
get the iis installer files.
read how here:
http://groups.google.com/groups?selm...8663173%40news

I have done this and it worked fine for me

here is a copy and paste from the page at the above link:
=============== =============== =============== =========

General HOWTO for running IIS in Windows XP Home Edition.

by Richard Sandoz - Certified Java Programmer

(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,OcE ntry,iis.inf,hi de,7

(4) change it to this (the iis cab in the i386 xp home folder looks to
be nothing)
iis=iis2.dll,Oc Entry,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\SYST EM32\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\SYSTEM 32\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.

"Nate Hekman" <na************ ****@nospam.com > wrote in message
news:OC******** ******@TK2MSFTN GP12.phx.gbl...
I can understand that one wouldn't be able to run a full-fledged web server from XP Home, but is there not a toned-down version of IIS/ASP.NET a
developer can use on XP Home?

I just bought a new computer to do some ASP.NET development, but ran across http://www.asp.net/download-1.1.aspx?tabindex=0&tabid=1 which seems to
indicate I'm out of luck unless I upgrade my OS. :-( I'm hoping I'm
misunderstandin g something.
Nate

Nov 17 '05 #4
AW
> Web Matrix also comes with a web server that can be installed on Windows
XP
Home.


Thanks Kevin. That's what I wanted to say but forgot to write...
--
To reply, remove a "l" before the @ sign.

Arnaud Weil - MCT, MCSD.Net, MCAD.Net
Nov 17 '05 #5

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

Similar topics

3
4926
by: Jean-Christian Imbeault | last post by:
I have a user account on a RH Linux machine but no root access. I succesfully installed apache 1.3 under my /home/ account but can't get PHP to install properly. I have done the following steps: #1 compiled and installed apache using --prefix=/home/imbeauje/apache. Tested that it works.
6
18975
by: Johan Louwers | last post by:
I have a qustion. I have to set a JAVA_HOME variable on a Solaris9 system... what kind of a variable? A system-defined.../....a user defined.../.....???? and how do I set this so java can work with it? I need this to be used by Tomcat at a webserver..... Thanks already,
4
3538
by: Ed | last post by:
Hello All, I posted earlier about a problem I was having with editing or pasting/deleting files in the "Home Directory" of my web server. I just noticed that the "Home Directory" option in the "Home Directory" tab is grayed out. Why would this be grayed out? Would this be a configuration thing or a permissions thing? I have an administrator account on this server
11
3943
by: jim.eggleston | last post by:
Windows doesn't have a HOME environment variable, but it does have HOMEDRIVE and HOMEPATH. Could Windows versions of Python automatically populate os.environ with HOME, where HOME = os.path.join(os.environ, os.environ)? If this was done, then modules such as pdb, which load resource files from HOME, would work under Windows. Alternatively, here is a patch to make pdb.py read .pdbrc under Windows.
1
8077
by: Kenjis Kaan | last post by:
I had to run DB2 on Win2k. After installation it puts a directory under c:\DB2 and c:\DB2Log and C:\Program Files\SQLLIB Now am all confused which is instance home, db2 home etc. I had to configure tivoli inventory and its all *@#$ up because of this confusion. Can someone please clarify which is which? TIA c:\DB2>wgetrim invdh_1 RIM Host: user88 RDBMS User: user881 RDBMS Vendor: DB2
6
8920
by: Hemant Shah | last post by:
Folks, I need to move HOME directory of an instance to another directory. What is the best way of doing it? Is changing password file enough? or dies DB2 store this info in it's own config? I am running UDB 8.2 on Linux and AIX. Thanks.
4
1555
by: Juan T. Llibre | last post by:
ASP.NET 1.0 Support Home http://support.microsoft.com/ph/6350 ASP.NET 1.1 Support Home http://support.microsoft.com/ph/6351 ..Net Framework 1.1 Support Site http://support.microsoft.com/ph/1249 ..Net Compact Framework Support Site
4
1667
by: Ted Duross | last post by:
Hi, I would like to install VS 2003 on a computer with XP Home. Original documentation says I should expect limited functionality ( no ASP.NET Web applications or ASP.NET XML Web service ). Is this still true if Service Pack 2 is installed? Thanks, Ted
16
2224
by: Lance Wynn | last post by:
Hi all, I got a new computer that is running XP Home, and is to be used for the family as well as for me to do some work from home. I want to keep XP Home, but I am having a problem getting Visual Interdev to connect to any FrontPage Webs. I get an error 401 on the IIS Logs, and in interdev, I just get the login prompt, until it tells me that I'm not authorized to view the web. I've searched the web, and can find no reason why this...
3
1722
by: Ghosthunter1966 | last post by:
I just recently watched the "High Tech Home" streaming video on the Microsoft: At Home web site and was just wondering what kind of software was used to do all that home automation. More specifically, in the kitchen there was software that worked with barcodes to keep the kitchen inventory and recipes. Even more importantly, it was all voice controlled. Can anyone let me know what that was? Is is something we can expect from Microsoft...
0
8996
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8832
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9562
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9333
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8255
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3319
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.