Link to home
Start Free TrialLog in
Avatar of rckrch
rckrchFlag for United States of America

asked on

Multilayer web application design

I have a general question that I need cleared up.  I have read several sources about web application design and the architecture used.  3 layers of development are typically used - presentation layer, business (logic) layer and data layer.  The only question I have is as follows:  Up to this point I have only used SQL server (data layer) and asp.net with vb.net code behind - my question is with ASP.net is that not the presentation layer of the development environment I am working with?

Could someone please make this clarification for me?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rckrch

ASKER

OK so the way I look at this is as follows:

Presentation layer - ASP.net  (interface)
Business layer - vb.net (code behind, logic)
Data Layer  - SQL server

Am I thinking of this correctly?  This is what I have always done for an intranet application I developed (developing).
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Provided answers helped to clarify the author about the architecture.