RE: User ASPNET: Launch permission for COM objects set in VB code
From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 07/26/04
- Next message: Mombiatch: "Re: Signed assembly will not load in internet explorer"
- Previous message: boycom: "Re: Allow Integrated Windows Authentication Token to be delegated?"
- In reply to: Henry: "User ASPNET: Launch permission for COM objects set in VB code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 26 Jul 2004 07:25:17 GMT
Hi Henry,
To change the launch permission in DCOM, we need to call some security
APIs. In WIndows platform SDK, there is a sample name "DCOMPERM" which
demonstrate how to implement this. You may take a look.
Anyway, to launch a word application, you may need more permssions, for
example permission to read related registry entries and temp files. I
suggest you consider add the ASP.NET account to a local group for example
administrators, or just use System account for the ASP.NET application.
Luke
- Next message: Mombiatch: "Re: Signed assembly will not load in internet explorer"
- Previous message: boycom: "Re: Allow Integrated Windows Authentication Token to be delegated?"
- In reply to: Henry: "User ASPNET: Launch permission for COM objects set in VB code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]