I am developing an application using vb.net. For performing some tasks the application needs administrator privileges in the machine. How to ask for the privileges during the execution of the program?
What is the general method of switching user accounts for executing an application? In other words, is there some way for an application to run under an arbitrary user account?