Re: COM INterop Security Problem
From: Pierre Bisaillon (pierrebizz@hotmail.com)
Date: 11/26/02
- Next message: JM: "Dynamically modify Web.config"
- Previous message: John: "Securing web service"
- In reply to: Ricardo Martins: "COM INterop Security Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Pierre Bisaillon" <pierrebizz@hotmail.com> Date: Mon, 25 Nov 2002 23:16:35 -0500
Try setting your AspCompat=true on your webform
Pierre Bisaillon
"Ricardo Martins" <ricarddo@terra.com.br> wrote in message
news:151d401c2947a$98c03710$89f82ecf@TK2MSFTNGXA01...
All,
In my company we are using a main application running
over MTS (Windows NT 4) enviroment. This main application
has some COM components (DLLīs) that you can use to access
the main application features.
The MTS used in main application for a security issue,
request user must be in a DOMAIN to use the system and
itīs true using our COM components too.
I deploy a little .NET (VB.NET) component using a COM
Interop Version of these DLLīs.
When I run my dot.net application using Windows Forms
the application works fine, but when I try to use the
component in ASP.NET page I allways receive an exception
from COM component.
The exception details said that a security error
occurred.
I think that the problem happen 'cause when I use the
component over ASP.NET enviroment the ASPNET is sent to
MTS enviroment but this user doesnīt exists.
What I need to do to send a valid user from a
specific domain over ASP.NET page to MTS COM component
enviroment?
Regards
Ricardo Martins
ricarddo@terra.com.br
- Next message: JM: "Dynamically modify Web.config"
- Previous message: John: "Securing web service"
- In reply to: Ricardo Martins: "COM INterop Security Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|