I get this error when I compile my asp .net app:
aspTest error VCD0041: IIS must be installed on this machine in order for this program to function correctly.
It compiles, but will not run on my machine. I think IIS is some service that is built into certain version of Windows, and XP Home does not have it.
I since found the following at
http://www.iisanswers.com/IISFAQ.htm
Q: How do I install IIS 5 on XP Home Edition?
A: IIS is not available on the home edition. If you need a web server to develop ASP.net applications, look into the Web Matrix
http://www.asp.net/webmatrix/default...dex=4&tabId=46
So the final word seems to be that you cannot run any .NET framework apps on XP Home
