Help for widows distributed application
-
I want to build a new windows distributed application (server/ Client). The client (.NET envoirnment)will be at a remote place outside the city (at any place) that shall be able to interact with the server for saving or retrieving data. On the server side the same application will be performing same tasks as the client side on LAN. There will be layers such as GUI,DAL,BLL(Bussiness logic), Controller and Data Types 1. Is it possible to have a same windows application at both sides (client and server )as i am presuming it to be? 2. What mechanism will be used for transporting data between the server and client will it be a static IP address and http or something else i dont know? 3. Windows remorting or Web services will be useful for that? i hope it will not bother anybody to help me.New to dot net so wanted to share and recieve ideas thanks
Thank every helper