Deploying a WCF service to a Windows 2003 server

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
I'm working on my first WCF service.* I think I've got the idea as to how to host it; in this case I will host it in IIS on a Windows 2003 Server, using wsHttpBinding for the binding.* (I haven't written a host before, so I might ask about that, but that will be in another post, if I cannot figure it out.)* However, deploying a WCF host using HTTP would be simply a case of copying the files to IIS on the Windows 2003 Server and making the .svc file the default startup page.* (At least that is how I imagine it will work.)

My question here is how to get the service deployed to the Windows 2003 Server?* Does that also go into IIS?* Or do I compile it and put it somewhere under C:\Program Files on the server?



More...

View All Our Microsoft Related Feeds
 
Back
Top