Authantication to COM

  • Thread starter Thread starter atillamalas
  • Start date Start date
A

atillamalas

Hello,
I am developing an ASPNET application. I need to make calls to Word
Automation COM to manage a word document. After changing the
ProcessModel user to "system" at machine.config, I managed that. But
this is not what I want. I would like to be able to call only Word
Automation COM or COMs that I may require, I do not want to extend the
aspnet worker process privilidges more than required (i.e "machine to
system"). I would really appriciate if you can show me a way to
customize privilidges .

Thanks.
Atilla
 
Hello,

I have checked the site that You have suggested. Perfect reference.
I have some questions though before starting the implementation. For
instance;

What is the situation if the WEB Server and users server are different.
(Windows Authantication)
What is the situation if OS WindosXP Prof for LogonUser and dynamic
Windows Account creation.
And can the "Add Capability to behave like OS", property be changed on
a server machine during authomatic installation?

I will appriciate if somebacy gives me some confidence on these issues
for me to implement it.

Best regards all DOTNETters
 
Back
Top