physical Architecture of Web Client Software Factory

D

DotNetSQL

My company has a policy to use 3 tiers to host the entire application:

1 server - presentation layer,

1 server - application server

1 server - database

they are 3 physically different servers.

If I use Web Client Software Factory to develop a web application, how to
split the application and deploy them into presentation server and
application server? Thanks
 
B

bruce barker

you need 2 web site projects

1) the ui layer built with web client if you want
2) the business layer exposed as web services

-- bruce (sqlwork.com)
 
D

DotNetGuy

This is my thought too. Thanks.

bruce barker said:
you need 2 web site projects

1) the ui layer built with web client if you want
2) the business layer exposed as web services

-- bruce (sqlwork.com)
 

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