Hi, If I create a new web site in Visual Studio - I see 2 projects, the web project and another project with the same name as the solution.
What is the purpose of each project? For example, if I want to add a project reference so I can access class libraries, should this be added to the web project or the other project? Or for data access, which project should the database connection be added to? TIA eddiec :-)
