Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / April 2008

Tip: Looking for answers? Try searching our database.

WCF question!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
CSharper - 28 Apr 2008 21:17 GMT
This is a newbie question on WCF. I would like to know, is it possible
to host WCF web services where there is no IIS installed? What is the
bare requirement to have WCF service hosted on a box? So far what I
read, all I need is framework 3.5. Is that right? I do not need IIS
correct?
Thanks.
Marc Gravell - 28 Apr 2008 21:53 GMT
Correct. There are templates in Visual Studio (2008, or 2005 with the
WCF extensions installed) that host WCF in a service; in 2008 the
template is called "WCF Service Application" to demonstrate this (I
don't have 2005 handy, but it is probably the same). You can also host
simply in a console exe using the same approach.

Note that https (for transport-security) is /considerably/ easier to
configure with IIS, but if you are using message-security instead you
should be fine.

Marc
Marc Gravell - 28 Apr 2008 21:58 GMT
Also - further to my last post, note that WCF is .NET 3.0; you don't
need .NET 3.5 unless you are using the new WCF/WF bridge.

Marc
Marc Gravell - 28 Apr 2008 22:22 GMT
Oops; wrong project - in fact I can't find the one I wanted... but
ServiceHost is the answer:

http://msdn2.microsoft.com/en-us/library/system.servicemodel.servicehost.aspx

Marc
Mr. Arnold - 28 Apr 2008 22:24 GMT
> This is a newbie question on WCF. I would like to know, is it possible
> to host WCF web services where there is no IIS installed? What is the
> bare requirement to have WCF service hosted on a box? So far what I
> read, all I need is framework 3.5. Is that right? I do not need IIS
> correct?

This may help you.

http://www.codeproject.com/KB/WCF/WCF35Utils.aspx
CSharper - 29 Apr 2008 05:22 GMT
> > This is a newbie question on WCF. I would like to know, is it possible
> > to host WCF web services where there is no IIS installed? What is the
[quoted text clipped - 5 lines]
>
> http://www.codeproject.com/KB/WCF/WCF35Utils.aspx

Thanks to both and I am happy with the answer.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.