Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a project in 3tier architecture. I need to keep the business and datalayer in a separate server and database in another server and my presentation layer in another server(Totally 3 servers). How do I refer to the business and data layer dll's(which is in another server) from presentation layer? Is there any way that I can do this through web.config? I do not want to manually add reference to the project. Any inputs would be appreciated.

Thanks in advance
Posted

1 solution

You could always use WCF to communicate between the two layers.
 
Share this answer
 
Comments
NishaPai 29-Jun-10 7:57am    
I'm kind of new to this, can you please provide any helpful links in regard to achieve this?
Abhinav S 29-Jun-10 11:58am    
Have a look here - http://msdn.microsoft.com/en-us/library/cc304370.aspx.
This link could however be a little complex....
NishaPai 30-Jun-10 1:19am    
Thanks for the link. I'll go through it

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900