Project Structure for VS 2005 Upgrade

G

Guest

I inherited a VS 2003 ASP.NET web app that I'd like to upgrade to 2005. The
solution consists of multiple projects: one for the root directory, and an
additional project for each subdirectory under the root. There is also
another project under the root that contains webcontrols and miscellaneous
classes. Ideally, how do I want to structure this solution before I convert
it to 2005?
 
A

Alvin Bruney [MVP]

Fortunately, now you have choices. If you use the WAP, you can keep your
exact project structure see Web Application Project model on msdn. Rather
than rework your project, I see it as an easier migration path using the
WAP.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top