This is my first experience with WCF and I am having a hard time wrapping my head around what is going on here. I have created an N-Tier application that uses a SQL database on our server. The application runs fine while running within Visual Studio because
it automatically creates the WCF service. What I don't understand is how to create the service when the application is run outside of VS.
I have read many articles that detail the different ways to host the service but none that explain the steps to do it. Most take for granted a certain degree of knowledge with IIS, which I have no experience with it. I know you can also self-host the service.
It seems like this would be the way to go, but again, I can't find documentation for setting this up.
Any help would be greatly appreciated.
Thanks,
Randy