How to organize a Web-Project

G

Greg Cyrus

"How to organize a Web-Project with DLL-Projects and Forms-Authentication"

Hi,
i would like to create a multi-tier solution with many projects using
ASP.NET such like presentation, biz-logic, data-logic - projects.
When I create such solution as WebProject I wonder where to save core
VB-Classes (for datalogic or Standard-Classes I use for my projects). Shall
I save normal VB-Classes on the webserver too or just in normal
folders/directories?

Then creating the presentation-tier (ASP.NET), I also wonder if I should
create subdirs to seperate forms with or without authentication (these forms
need another Web.config).

Do you know a little example of a good-structured WebProject?

Thanx in advance.
Bye.
 

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