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
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.
|
|
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 . |
|||
|
|
