Hi.
I have several questions. I developed an application using Visual Studio 2010. The application is developed using Windows Form and the program was wrote using C#.
This application needs to be run on a server. There are several clients connected to the server that will access and use that application through the browser. I know this can be done using Smart Client technique. But I don't really understand how to do it. My questions are:
- Is there any syntax/class/methods/function that I need to include in my application? How to use it?
- What settings/configuration do I need to set up so that the client computer can access the application in the server through their browser?
- I know this can be done using ClickOnce but I don't know how. Can anybody tell me or show me the steps that I need to do to implement this?