简体   繁体   中英

how do you upload a webservice with connection tu your database for consumming since any place?

well I need to upload or to public in internet a webservice, I need watch it in anyplace, to consum it, since any part of world, how do i do it?

where do i upload it? it has a connection with my database

my webservice is for add, for edit,delete and queries in my database.

it is going to work for two windows applications.

i have seen webpage for upload page, but they dont work for me, they are .html and not webservice

can i public it, since my computer? and consum it, if my computer is turn on, only?

for example Server is in computer A, but my application is going to be in computer B (since any place of world), other application is going to be in computer C (since any place of world), then i need they can do, queries, add, edit, delete since their computer, but server is in computer A

You don't upload WebServices, you need to Host them.

And that means you need a Hosting Provider, or run a HTTP server on your own (always-on) Internet connection.

The kind of Host depends on your platform, for a WCF or ASP.NET service you need Windows-based hosting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM