I have developed my first WCF and hosted it in IIS, and it is all working in my local box. Can somebody please direct me to a paper or the Help that will show me how to deploy (step by step) this to my Test environment.
Thanks
BB
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can publish to a test server the same way as you publish to the local server.
You just need to change the address that you are publishing to, and make sure that you are in the security context of a user that is allowed to publish to the test server.
However, I would advise you to create a setup project that you use to deploy your code, since you will also be able to use that to deploy to production.
http://msdn.microsoft.com/en-us/library/bb924407(v=vs.110).aspx