Greetings, guys.

WCF services are waaay off my specialty, but I desparately need to implement one. I have turned one of my computers into web-server, I have made the WcfService project in VS 2010 and implemented everything, added the references to my main project.

Now, I have No idea how to get the service up and running on the server.

Can anyone help me with that?

Thanks

---
what i have:
the WCF project in VS on my laptop
the main project + the reference to the service
an HTTP and filesharing server with static IP

what i need:
the service to run on the server
my program to access the service from any computer
---