Visual Studio 2005 Web Application Project

November 20, 2006

I’ve always wished that MS would have left the web app project in vs 2005. Found this while searching for a way to integrate MSBuild with VS 2005. More info is available HERE.

Basically you go
HERE
and install the prerequiste. Then you go HERE and click the “Download Now” link and install that.

Then start VS 2005 and when you go to create a new project… “Web Applicaton Project” will be a new choice. :)

I also found a tutorial on how to migrate an existing VS 2005 Website to a Web Application Project <Link>