Jaimy John

Jaimy John

  • NA
  • 29
  • 1.4k

Hosting and accessing web service written in c#

Jan 28 2017 4:52 AM
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.
 

Answers (1)