Click here to Skip to main content
15,908,437 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have three tier desktop based application. I want to deploy it in Appserver so that client can access the presentation layer.
My question is:-
1. Do I need to deploy anything on client machine? OR they can access it using appserver URL. If yes How?
2. Is there any tool/protocol they need to install to do that.
3. What are different ways to do it?

Thanks.
Posted
Comments
Akbar Ali Hussain 15-Dec-12 16:20pm    
How the different tiers communicating each other?

1 solution

What do you mean by 'app server' ? It will be deployed on your clients desktop, which requires .NET. You can make the data layer a web service, then you don't need to deploy anything extra, your app will call the web service.
 
Share this answer
 

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