Separation of ASpx pages on one m/c and application logic on another m/c

Posted by venugopal on Stack Overflow See other posts from Stack Overflow or by venugopal
Published on 2009-09-30T06:14:33Z Indexed on 2010/04/10 22:03 UTC
Read the original article Hit count: 203

Filed under:
|
|
|
|

We are using VB.NET and ASPx for our project. we would like to separate the aspx pages and put them on the IIS server (web server) on one m/c and the business logic and DAL layer on another IIS server (application server) on a different m/c .The database is on another m/c. Is such a configuration possible ? If so how can it be implemented?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about vb.net