Hi all, My web app which has a web service, was published to a folder on my local machine using the File System option in Visual studio. Then I copied the contents of the folder to the root folder of the hosting server. When I test out my web service in the browser it does not work.
I've read on MSDN that I must place my web service in a virtual directory on the hosting server for it to work. Can someone please confirm if this is necessary and if it is what goes into this virtual directory aside from the .asmx file? Thanks in advance for your help.