Giving ASP.NET 2.0 Web Application Projects a spin
Posted by: Rick Strahls WebLog,
on 18 Feb 2006 |
View original
I set up a new project tonight and I decided to give the ASP.NET 2.0 Web Application Projects Add-in a go. This tool basically provides VS 2003 like project experience where you add files to the projects manually rather than letting VS.NET automatically pull everything in for you. This is a good thing for non-trivial projects especially those that sit in a directory hierarchy.
The two reasons I'm considering it is for simplified deployment of applications and the ability to keep unwanted files...