没有IIS的Web服务 [英] WebServices without IIS

查看:85
本文介绍了没有IIS的Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何创建自己的网络服务? (没有网络服务器!)


任何链接,指针?

how to create a web services living on its own? (no web server!)

any links, pointers?

推荐答案

有什么必须听的端口,接收数据包,防范

病毒......等等......如果不是网络服务器,那么你正在做插座

编程。

google on''network programming .net''以获取有关该主题的更多信息。


--- Nick


" ;劳埃德杜邦 < ld@NewsAccount.galador.net>在消息中写道

news:eU ************** @ TK2MSFTNGP09.phx.gbl ...
something has to listen to the port, receive the packets, guard against
viruses... etc... if not the web server, then you are doing socket
programming.
google on ''network programming .net'' to get more info on the topic.

--- Nick

"Lloyd Dupont" <ld@NewsAccount.galador.net> wrote in message
news:eU**************@TK2MSFTNGP09.phx.gbl...
如何创建网页服务自己生活? (没有网络服务器!)

任何链接,指针?
how to create a web services living on its own? (no web server!)

any links, pointers?



你可以看看卡西尼示例

http:/ /www.asp.net/Default.aspx?tabindex=6&tabid=41

WSE2也支持独立(非IIS)网络服务


Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

如何创建自己的网络服务? (没有网络服务器!)


任何链接,指针?
You could have a look at the Cassini example

http://www.asp.net/Default.aspx?tabindex=6&tabid=41

also WSE2 supports standalone (non-IIS) webservices

Regards

Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog

how to create a web services living on its own? (no web server!)

any links, pointers?


不是真的。 Web服务不必通过HTTP工作,可以使用其他协议调用它们,或者如你所建议的那样,直接通过IP套接字来调用它们(微软用它们的SOAP做到这一点)通过UDP)甚至根本不使用IP

(例如电子邮件上的网络服务,你让邮件服务器处理你的b
通信服务执行)。


但劳埃德需要更具体一点,确切地说他想要什么。




Jerry


" Nick Malik" < NI ******* @ hotmail.nospam.com>在消息中写道

news:Gm2ed.512360
Not really. Web service do not have to work over HTTP, they can be called
using other protocols, or as you suggested, directly over IP sockets
(Microsoft does this with their SOAP over UDP) or even not using IP at all
(such as web services over e-mail, where you let the mail server handle the
communication on you just handle the service execution).

But Lloyd needs to be a little bit more specific about what exactly he wants
to do.

Jerry

"Nick Malik" <ni*******@hotmail.nospam.com> wrote in message
news:Gm2ed.512360


这篇关于没有IIS的Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆