I just started with WCF rest services and I've created a very simple project.
I can access it by
http://localhost:3349/VUXServicePrototype.svc/test
and see the text on the browser.
Now my question is how can I deploy it on the IIS? I can see it on IIS Express but how can I move it on the IIS?