I am using Visual Studio 2010 to create a project based on the template "ASP.NET Web Site" (.Net Framework 4) with C# as the language.
I am trying to understand the setup of the project but I'm having trouble with (1) importing classes that I've coded for another project (2) where and how I save data related to the imported classes in the built-in data storage that obviously exists somewhere. I'm referring to the data storage that, for example, saves the user account information (also part of the template).
Also, if you could direct me to a site where this template is discuss in-depth I would be very grateful.