WellsCarrie
Well-known member
How does one go about setting the Account under which a console app runs and still allow any network account to start it? Is this even possible?
I need to have my console app run as a specified user but the app will be started by a web service. The application automates the FTPing and extraction of a ZIP file and loads the contents of the extracted files into a database.
I need to have my console app run as a specified user but the app will be started by a web service. The application automates the FTPing and extraction of a ZIP file and loads the contents of the extracted files into a database.