R
Raster
Hi U all.
Any good ideas (examples) to solve following problem?
I have a managed Web Applications using Windows authentication and
running with current users privileges (impersonated). I would like to
run one method with domain administrator privilege because users has not
enough right to do that operation. How this can be done?
I have tried to make COM+ component and run it in app with admin
privileges - with poor success. When I try to make reference to this
component I get error message:
"A reference to 'XXXXXXXXXX' could not be added. Converting the type
library to a .NET assembly failed. Type library XXXXXXXX was exported a
CLR assembly and can not be re-imported as CLR assembly."
What is the easiest way to this problem? Programming language I use is c#.
Thanks in advance!
-Antti Mikkonen
Any good ideas (examples) to solve following problem?
I have a managed Web Applications using Windows authentication and
running with current users privileges (impersonated). I would like to
run one method with domain administrator privilege because users has not
enough right to do that operation. How this can be done?
I have tried to make COM+ component and run it in app with admin
privileges - with poor success. When I try to make reference to this
component I get error message:
"A reference to 'XXXXXXXXXX' could not be added. Converting the type
library to a .NET assembly failed. Type library XXXXXXXX was exported a
CLR assembly and can not be re-imported as CLR assembly."
What is the easiest way to this problem? Programming language I use is c#.
Thanks in advance!
-Antti Mikkonen