Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
927 views
in Technique[技术] by (71.8m points)

xml - How can I deploy my WCF Service without IIS?

I'm doing some quick Java-.NET interop and have decided on POX with WCF. However, I don't want to -- nor have access to -- deploy to IIS.

Would just wrapping it up as a .NET Service be the way to go? (I've built my fair share of Windows services in my years.)

Are there any good samples around of this?

What handles the HTTP if I'm not using IIS?

I'm open to any suggestion that will allow me to create a simple http-based, xml contract.

Also, it's important to note that this will only be exposed to the internal server farm, so security and all that is pretty minimal with this.

(Searching Google isn't delivering very good results because of all the Blog spam.)

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can deploy it as Windows service and expose an http endpoint. Check the following url.

http://msdn.microsoft.com/en-us/library/ms751414.aspx


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...