Sunday, December 12, 2010

How to install ASP.NET windows services using installutil command

1. To install ASP.NET windows services require framework to installed on same server
2. once you complete framework installation, then take service.exe(which was builed) and open command prompt from run by typing cmd
3. go to followng location  c:\Windows\Microsoft.NET\Framework\v2.0.50727\
4. then type following command with service .exe file path as show below
eg:  installutil /i c:/<folderpath>/service.exe   
       or
      c:\Windows\Microsoft.NET\Framework\v2.0.50727>nstallutil /i c:/<folderpath>/service.exe  
     click on enter to execute
5. once installation will complete, then go run and type services.msc to open services window
6. select installed service then aright click and start the serviice.

No comments:

Post a Comment