Question:You develop a service application that needs to be deployed. Your network administrator creates a specific user account for your service application. You need to configure your service application to run in the context of this specific user account. What should you do?
A Prior to installation, set the StartType property of the ServiceInstaller class.
B Use the installutil.exe command-line tool to install the service.
C Prior to installation, set the Account, Username, and Password properties of the ServiceProcessInstaller class.
D Use the CONFIG option of the net.exe command-line tool to install the service.
+ AnswerC
+ Report