I have written a sample web service in c# named service.asmx
i have published it in local IIS under the default web site.
Then i accessed the service from another c# project. It works fine.
Now i want to host this service service.asmx into my web server which is
hosted in godaddy.com
so i have published the service into my web folder in the web server.
my ftp path is "ftp://ftp.abc.com/httpdocs/Service1/ "
Now, how can i access it from another application.
I tried by giving the above ftp path, but showing error.
Please advice.