how to install multiple instance of same windows service

前端 未结 5 645
囚心锁ツ
囚心锁ツ 2021-02-08 07:42

I created one windows serives

It gets the name of the service from web config file.

I used the below link for getting value from webconfig. http://www.codeprojec

5条回答
  •  别跟我提以往
    2021-02-08 08:12

    Run the asp.net command prompt as administrator and then use the command - installutil "c:\abc\xyz.exe".

    If your service is already install then you can uninstall first using the command - installutil \u "c:\abc\xyz.exe"

提交回复
热议问题