我正在嘗試調試最近接管的一個ASP VB網站項目。無法從命令行或調試器啓動服務。我怎麼知道哪個服務?
我在主頁中開始調試。
我收到以下錯誤:
Cannot start service from the command line or debugger. A windows Service must first be installed(using installutil.exe) and then started with the ServerExplorer, Windows Services Administrative tool or the NET START command.
我怎麼知道什麼樣的服務程序正在試圖啓動?
我查看了其他帶有此錯誤的問題無濟於事。
謝謝!
有沒有辦法告訴它正在試圖啓動什麼樣的服務? –
查看解決方案中的所有項目。以粗體突出顯示的項目將成爲您嘗試啓動的項目。此外,在解決方案屬性 - 它將被設置爲啓動項目 –
P.S.如果你沒有多個項目 - 這意味着你擁有的唯一項目*不是一個ASP.NET項目,而是一個服務 –