Can I write an .aspx application on Windows XP?
I am planning to write aspx pages on a Windows XP machine. I have IIS 7.0 installed and set up a virtual directory. Are ASPX versions available for Win XP?
0
pra che
source
to share
2 answers
Yes, you can create ASP.NET Pages (.aspx) on Windows XP. XP only runs IIS 5.1, however you don't even need to install IIS as Visual Web Developer Express has a built-in web server that you can use during development. To start, I'll go to http://www.microsoft.com/express/ and download Microsoft Visual Web Developer Express. After that, go to http://www.asp.net/get-started/ to learn the basics. Post any questions or issues you encounter here on StackOverflow.
+5
John Sheehan
source
to share
New Web Platform Installer now supports XP:
http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx
0
IrishChieftain
source
to share