T
Tim Werth
I have a Windows Service that is running as an administrator account. Some
of it methods create files for a COM+ client to digest and puts them in
C:\Documents and Settings\All Users\Application Data\... The file is
created with a StreamWriter.
When the COM+ client (running as a non-admin user) is finished with the
file, it tries to clean it up but gets a Permission denied error.
How can the service programmatically grant delete privileges so the
non-admin user (COM+ clients) can delete the file?
Thanks,
Tim
of it methods create files for a COM+ client to digest and puts them in
C:\Documents and Settings\All Users\Application Data\... The file is
created with a StreamWriter.
When the COM+ client (running as a non-admin user) is finished with the
file, it tries to clean it up but gets a Permission denied error.
How can the service programmatically grant delete privileges so the
non-admin user (COM+ clients) can delete the file?
Thanks,
Tim