Link to home
Start Free TrialLog in
Avatar of Mrk Mrky
Mrk Mrky

asked on

Asp.net web forms 3 layered application on 3 or 2 different servers

Have a Asp.net web application with 3 layered projects inside: data access layer, presentation layer and business logic layer. Web app works very well on a web server. I need to publish these layers to seperate servers as separate layers. How can I do that? Is it possible to have every layer in different server instead of publishing the web form app into a one server?
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

You essentially would have the presentation layer on one server.  

You could have business / data access layer on one server, it all depends on how you set it up.

Essentially you have the presentation layer make a call to the BAL which would then call the DAL to the DB.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.