1
Answer

Hosting and accessing web service written in c#

Jaimy John

Jaimy John

8y
249
1
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)
0
hemu kumar  shriwastaw

hemu kumar shriwastaw

NA 51 2.3k 7y
In my previous post i have mention it.just i want to view the excel sheet in browser and i will also perform the adding,delete and update option in excel sheet through browser
0
Sundar

Sundar

NA 9.6k 94.5k 7y
Share me the issue, let me try to solve. 
0
hemu kumar  shriwastaw

hemu kumar shriwastaw

NA 51 2.3k 7y
Thanks Sunder for providing the link.
but i am not sucessful.
0
Sundar

Sundar

NA 9.6k 94.5k 7y
https://support.microsoft.com/en-us/help/306572/how-to-query-and-display-excel-data-by-using-asp-net--ado-net--and-vis
 
https://stackoverflow.com/questions/33101538/is-it-possible-to-open-and-edit-an-excel-file-on-web-browser 
 
Follow these links, this may help