简体   繁体   English

您如何上传连接了Web服务的Web服务到您的数据库以进行消费?

[英]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? 好吧,我需要上传或在互联网上公开发布Web服务,我需要在任何地方观看和使用它,因为世界的任何地方,我该怎么做?

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. 我的Web服务用于在数据库中进行添加,编辑,删除和查询。

it is going to work for two windows applications. 它适用于两个Windows应用程序。

i have seen webpage for upload page, but they dont work for me, they are .html and not webservice 我已经看到了用于上传页面的网页,但是它们对我不起作用,它们是.html而不是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 例如,服务器在计算机A中,但是我的应用程序将在计算机B中(由于世界的任何地方),其他应用程序将在计算机C中(由于世界的任何地方),那么我需要他们能够做到,由于其计算机已查询,添加,编辑,删除,但服务器位于计算机A中

You don't upload WebServices, you need to Host them. 您不上传WebService,需要托管它们。

And that means you need a Hosting Provider, or run a HTTP server on your own (always-on) Internet connection. 这意味着您需要托管服务提供商,或者在自己的(始终在线的)Internet连接上运行HTTP服务器。

The kind of Host depends on your platform, for a WCF or ASP.NET service you need Windows-based hosting. 主机的类型取决于您的平台,对于WCF或ASP.NET服务,您需要基于Windows的托管。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 生成DbContext后如何修改数据库? - How do you modify your database after generating your DbContext? 你在哪里放置验证逻辑? - Where do you place your validation logic? 您如何确定WinForms应用程序是否可以使用Internet连接? - How do you determine if an Internet connection is available for your WinForms App? 您如何进行类连接以连接到远程数据库? - how do you do a class connection to connect to a remote database? 下载用于Office 2010的PIA后,如何获取Visual C#将其放置在“添加引用.NET”菜单中? - Once you download the PIA for Office 2010, how do you get Visual C# to place it in your Add References .NET menu? 如何创建一个搜索栏,让您搜索数据库中的所有不同字段? - How do you create a search bar that will let you search for all the different fields in your database? 我应该在哪里放置我的数据库连接字符串以及如何处理连接池? - Where should I place my database connection string and how do I handle connection pooling? 如何使用 ajax 和 PUT 动词更新数据库? - How tu update database using ajax and the PUT verb? 在您的体系结构中,如何将URL与数据库层和业务对象层分离 - In your architecture, how do you decouple a url from the database layer & business objects layers 您如何创建自己的数据类型? - How do you create your own DataType?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM