I have a wcf service and I have a console application that hosts the service
The console application also holds a SQL-CE database, if it makes any difference.
I’m using .net 4 and IIS 7.5?
I prefer doing it with Visual studio 2010 setup project.
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.
If it’s hosted in a console application, it means you have to start the console application to start the service.
To start the console you need a user logged in. To make it log in automatically, you can use Autologon.
To create an installer just create a setup project as you would in any windows application.