what to install

  • Thread starter Thread starter Terry On Windigo
  • Start date Start date
T

Terry On Windigo

I have been running asp for several years and want to move into dotnet. Do
they coexist? Can I just install something additional and then start with
some dotnet forms, controls, etc. while I learn, while still doing some asp
stuff?
 
Terry On Windigo said:
I have been running asp for several years and want to move into dotnet. Do
they coexist? Can I just install something additional and then start with
some dotnet forms, controls, etc. while I learn, while still doing some asp
stuff?

If you want to start doing some .NET 2.0 Winform stuff you can download
Visual Studio Express for free here:
http://msdn.microsoft.com/vstudio/express/
Yes, you can have a Winform and ASP environment on your machine at the same
time.

Cheers,

Aaron
http://aaronfeng.blogspot.com/
 
Take a look at the free Visual Web Designer Express from MS. It will
install everything you need for ASP.NET 2.0 development.

Mike Ober.
 
I've put Visual Web Designer on my computer. I have a few pages created and
I want to see how they run from my server, which is Windows 2000 with all
service packs. I've been running some asp stuff, but want to know what I
have to do to be able to run dot net pages.

Terry


Michael D. Ober said:
Take a look at the free Visual Web Designer Express from MS. It will
install everything you need for ASP.NET 2.0 development.

Mike Ober.
 
Back
Top