- 原貼 - 我想管理(啓動/停止),一個窗口服務使用備用憑據的遠程機器上。我知道我可以使用ServiceController的類使用我目前的憑據管理服務: Dim sc As New ServiceController(ServiceName, ComputerName)
,但我想用不同的憑據。我正在使用的其他類(DirectoryEntry和System.Management)都支持使用備
他那裏, 我在C#如果我刪除了基本身份驗證選項,它的工作原理基本的web服務。但是,當我添加基本認證meganism並在C#中設置NetworkCredentials我得到這個奇怪的錯誤。 C#確實進行了身份驗證,但之後出現了一些錯誤。 Service s = new Service();
s.Credentials = new Credentials("jan", "password");