Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...3tiers environment3tiers environment
Previous
 
Next
New Post
4/13/2006 11:15 AM
 
Not with the way DNN is currently setup. The reason is because this would require the ASP.NET worker process to have write access on another server in order to put the data access assemblies in the right place. Also, I'm assuming you'd want web services to be on the second server, too, which is also hard to do because they're usually just embedded in the modules or whatever content group they're a part of.

I don't think there really needs to be a separation of these assemblies. If you're worried about performance, look into web farming. If you're wanting it for organization's sake, knowing that it's logically separated should be good enough. If you think about it, there's already a 4-tier layout: UI, business logic (controller), data access (provider), and database. The fact that the former three are simply logical separations shouldn't be too big of a deal. That's just my opinion, tho.

If there is a valid business reason that this should be separated, please let us know. I can see some situations, but none that can be overcome with other work-arounds.

Michael Flanakin | Microsoft Consulting Services
www.michaelflanakin.com
 
New Post
4/13/2006 11:21 AM
 

 

Depends on your definition of "tier". 

I use the term "tier" to mean a physical separation which means its on different hardware or in a different application space/process boundary (eg. Web Server, Application Server, DB server).
So the data tier would be the physical database application, and my answer would be yes.

I use the term "layer" to represent different abstract boundaries for separation in code ( Presentation, Business Logic, Data Access).
So the data layer would be the DAL code, and my answer would be no, because the application code for DotNetNuke resides in the application space of the web application, which is on the web server.

Looking at it this way, DotNetNuke is not a three tier application, it only has two tiers (Web Server and DB Server) where the Business Logic Layer and the Data Access Layer can not be physically separated. 

Most web applications are built this way, unless you go to a Service Oriented Architecture (SOA), which would allow you to access the the business logic and the data access logic through a web Service or through remoting.  DotNetNuke does not support this type of architecture today.

Before anyone says that DotNetNuke is to in fact a 3-tier application, I will conceed that argument right away.  Most people refer to the web browser as the presentation layer which would be the third tier in DotNetNuke.  That is ok, and if we are counting tiers then we can count that one.


DotNetNuke Modules from Snapsis.com
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...3tiers environment3tiers environment


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out