IIS on Windows XP Home
-
Is there any way of programming ASP.NET applications and running them in a Windows XP Home Edition?
-
Is there any way of programming ASP.NET applications and running them in a Windows XP Home Edition?
As you know, XP home does not include the Microsoft IIS web server. You could use a 3rd party such as Apache, but you have to configure it to accept aspx. You could point your browser to Microsoft and download their Cassini web server. For development, there is an in-built web server included with MS Visual Web Developer.
-
Is there any way of programming ASP.NET applications and running them in a Windows XP Home Edition?
If you haven't already found this article, it might be of interest to you, How to Install and Run ASP.NET Applications on Systems That Don't Have IIS[^]