Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm working on an MVC .net web application. I need to make a windows service for sending mails to persons from database. After I prepare my windows service how to install it? Anyone can provide steps? Actually i don't know how to prepare the service installer

share|improve this question
see the installing section from here – Yasser Aug 7 '12 at 13:42

1 Answer

up vote 1 down vote accepted

This is not specific to ASP.NET MVC. MVC is a framework to develop web applications. It has nothing to do with your Windows service.

You need to create an installer project for your service which will install the service on the computer. This page explains it well with sample .

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.