Hi,
I have developed a Windows Forms Application in C#. I have also created a webservice because I need to access the files even when I am not in my Office. So the Windows form would be interacting with the webservice even when I am out of office through internet.
What are the steps to be followed to deploy this webservice? I need to deploy it in a remote server. I do not find an exe like the one I get when I debug my windows forms application. Since I am new to WebServices it would be of great help if you could guide
me regarding this subject.
Also, I need to facilitate the uploading and downloading of files from the server using this webservice. As of now I am saving all the files in the Server with a fixed path location like "\\server\Folder\Filepath" If I use this mechanism, when I use the system from any other place with Internet connection will I be able to download these files and view them??
Thanks