I need to migrate a web application from ASP to .NET, and I was wondering about how to organize the code. In classic ASP, I have a directory structure that mimics the database. For example, if I'm working with a customers table, my directory structure looks
like Customers -----view ----------view.asp -----add ----------add.asp -----edit ----------edit.asp I want to port these pages to .NET, so would I put them all in the same solution? Would I make them different projects? Can I set up some sort of hierarchy
similar to what I have now? Where do I put my data access libraries so all these pages can access them? Do I create a separate project for those?
ozzy7733
Member
5 Points
1 Post
code organization in ASP and ASP.NET
Jan 27, 2004 10:03 PM|LINK