XP Home deployment

  • Thread starter Thread starter Peter Lux
  • Start date Start date
P

Peter Lux

I've coded quite a nice app (if I do say so myself) and want to know how to
deploy on my home box running XP Home. I coded it in VB.net 2003/ver 1.1
framework. I thought you originally had to have XP Pro, but I wasn't sure if
that was JUST for running VS Studio or for deployment.
 
XP Home is fine. And I don't think there is a problem with VS.NET on XP home
as long as you don't need asp.net or IIS.
 
Hi Peter,

I agree with Marina, that it will work on you XP home machine without
problem, if you don't utilize IIS, since IIS is not available on XP home.
Also XP home doesn't support domain. So if you're using a domain dentity,
it will not work. You can install a .net framework redistribution package
and run your app.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top