Security for assemblies run under WebService
Hi all,
I have created an n-tier WinForm application using web-service as the communications between client and business objects.
The business components need to access the registry to retrieve the database connection string, the Event Viewer to record errors, and to write to a log file on the local drive.
If I was using COM+, the components would run in a package which would in turn run under a specified NT account.
How can I get my .Net assemblies to run under a specific account without using COM+?
Regards
Peter
|