Skip to content

igabas/AddressBook

Repository files navigation

AddressBook

Simple test project ASP.Net (C#)

Solution contatins 3 projects

  • ASP.Net MVC
  • Service library
  • Window service project

Starting project

  1. Compile whole solution

  2. Install service. Start console with admin options and run command below:

installutil "G:\YOURS PATH\ContactWindowsService.exe"
  1. Starting service. Open Windows services dialog and start this service (name ContactWindowsService)

  2. Starting MVC project with ISS or ISS Express

Removing service

  1. Diactivating service. Open Windows services dialog and deactive service (name ContactWindowsService)

  2. Remove service. Start console with admin options and run command below:

sc delete ContactWindowsService

About

Simple test project ASP.Net (C#)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages