webserver on me en xp

  • Thread starter Thread starter peter
  • Start date Start date
P

peter

I got Visual Studio . NET on cd.
I have Windows ME os and another pc with XP home edition os
Now I want to create web applications with VS.NET at home on one of the two
systems. But on ME u cant use VS.NET and on XP home there is no webserver
available :S

Has somebody a solution? that I also can create my ASP.NET webapplications
at home .....and testing at home.
 
Premise # 1: You have Visual Studio.Net
Premise #2: You want to create ASP.Net projects with it.
Premise # 3: You don't have an Operating System that allows you to create
ASP.net projects with Visual Studio.Net.

Conclusion: You cannot use Visual Studio.Net with your existing OS's to
create ASP.Net projects.

You have 2 choices:

1. Get an Operating System that supports creating ASP.Net projects with
Visual Studio.Net
2. Use a Development toolkit that works on one of your existing OS's.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Can you give me alternative toolkits to create ASP.NET web applications that
works fine on ME?
 
peter said:
I got Visual Studio . NET on cd.
I have Windows ME os and another pc with XP home edition os
Now I want to create web applications with VS.NET at home on one of the two
systems. But on ME u cant use VS.NET and on XP home there is no webserver
available :S

Has somebody a solution? that I also can create my ASP.NET webapplications
at home .....and testing at home.

Try using WebMatrix. It has a built-in web server (Cassini).
 
Back
Top