I have a .net application running on server. Now I want to comunicate between my ASp.NET website and the server application. Currently I use database, server writes info to the db and site uses it etc. However adding new fields to echange and exchanging complex object is a pain. Is remoting the way out? If yes, what are the common things to keep in mind while doing this.
- both server and asp.net site is on the same server
- both is under my control
- is there any other better way than using remoting?
- It is .NET 2.0