user account
From: Naveen K Kohli (naveenkohli@att.net)
Date: 02/18/03
- Next message: Mike Moore [Microsoft]: "RE: PKCS Certificates"
- Previous message: Joshua Freeman: "Declarative check not returning same results as direct role check?"
- In reply to: Dennis Rebentrost: "user account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Naveen K Kohli" <naveenkohli@att.net> Date: Tue, 18 Feb 2003 14:52:53 -0800
ASP.Net will run under ASPNET user account unless
impersonation has been turned on.
The way to solve your issue will be... ask your client to
spawn a new thread. In the new thread impersonate an Admin
account by calling LogonUser API through PInvoke. Now they
can make a call into your COM object.
>-----Original Message-----
>A customer wants to use our COM object with ASP.net. The
COM object must run
>under an adminitrator user account to work properly. I
guess the ASP code
>runs under another user account by default. How to change
the user account
>the ASP code runs under? Or any other solutions?
>
>
>.
>
- Next message: Mike Moore [Microsoft]: "RE: PKCS Certificates"
- Previous message: Joshua Freeman: "Declarative check not returning same results as direct role check?"
- In reply to: Dennis Rebentrost: "user account"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|