Re: Calling VB.DLL from ASP.NET
From: Nick Wright (nick.wright_at_nospamsalford.gov.uk)
Date: 08/20/03
- Next message: Nick Wright: "Re: Calling VB.DLL from ASP.NET"
- Previous message: Andy C: "ASP.Net Login page"
- In reply to: Chris Jackson: "Re: Calling VB.DLL from ASP.NET"
- Next in thread: Nick Wright: "Re: Calling VB.DLL from ASP.NET"
- Reply: Nick Wright: "Re: Calling VB.DLL from ASP.NET"
- Reply: Chris Jackson: "Re: Calling VB.DLL from ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 20 Aug 2003 06:09:53 -0700
Hi Chris,
Thanks for your response...
>-----Original Message-----
>Make sure that the process identity that ASP.NET is using
(which may or may
>not be impersonated) has permissions to this DLL. By
default, the process
>runs under the account ASPNET and does not use
impersonation, so you want
>the ASPNET account to have enough rights to use the dll.
>
How do I check this and give ASPNET permissions to this
Dll...?
I'm new to .net, in ASP it just worked..!!!
Regards
>--
>Chris Jackson
>Software Engineer
>Microsoft MVP - Windows XP
>Windows XP Associate Expert
>--
>"Nick Wright" <nick.wright@nospamsalford.gov.uk> wrote in
message
>news:0a6c01c3663c$f8ccd430$a501280a@phx.gbl...
>> Hi,
>>
>> I have a VB.dll its not registered in COM+
>> I'm trying to call it from ASP.NET
>>
>> I get the following error...
>>
>> The application attempted to perform an operation not
>> allowed by the security policy. To grant this
application
>> the required permission please contact your system
>> administrator or change the application's trust level in
>> the configuration file.
>>
>> Exception Details: System.Security.SecurityException:
>> Permission denied
>>
>> How do I get the Dll to work in ASP.NET?
>>
>> What am I doing wrong...?
>>
>> Regards
>>
>
>
>.
>
- Next message: Nick Wright: "Re: Calling VB.DLL from ASP.NET"
- Previous message: Andy C: "ASP.Net Login page"
- In reply to: Chris Jackson: "Re: Calling VB.DLL from ASP.NET"
- Next in thread: Nick Wright: "Re: Calling VB.DLL from ASP.NET"
- Reply: Nick Wright: "Re: Calling VB.DLL from ASP.NET"
- Reply: Chris Jackson: "Re: Calling VB.DLL from ASP.NET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|