Ask a Question related to ASP.NET Security, Design and Development.
-
Ben #1
Access denied to COM DLL
Hi,
I've been using a COM DLL (a ftp component from ChilkatSoft) without any
issues so far in a Microsoft CMS 2002 project. The first time i used it I
got an Acccess Denied error and so i gave the ASPNET account the full
permissions to the tool and it worked fine.
Now suddenly Im getting a error while loading the site. It says
Parser Error Message: Access is denied: 'Interop.CHILKATFTPLib'.
Source Error:
Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="Interop.CHILKATFTPLib, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null"/>
Line 199: <add assembly="*"/>
Line 200: </assemblies>
I only added the line to machine.config today when i got this error.
Any ideas ? should I get this COM DLL Signed ? if so how would i do this ?
cheers
Ben
Ben Guest
-
One With Access Denied, Another With Access, But NotFull
I'm suddenly having access denied/permission problems through Contribute on every page after the templates and their related pages were updated with... -
Access denied??
Hi, This is an error that my site got. I dont know why and where it comes from. What I can do is justing waiting a several minute and the error... -
Web Service + Anon Access, but getting 401 Access Denied Error
I have a simple webservice that just returns a string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous... -
Access denied when creating Access application object
In an ASP file I am running the following in VBScript in order to extract data from an Access 2002 MDB file which is physically located in the... -
access denied on data access pages
I have created data access pages that worked well when I tried them on two separate computer simutaneously, but when we went into production we got... -
Ben #2
Re: Access denied to COM DLL
I solved this problem (perhaps temporarily). The COM DLL was referenced in
another .NET DLL which was being used in the Web Application (CMS
woodgrove). I removed the reference to my project .NET DLL from the web app
and re-added ansd recompiled and now the application launches.
The question on whether I should be signing the DLL still stands . Is there
a best practices regarding COM Interop here ?
Cheers
Ben
"Ben" <benjy@allfreetech[DOT]com> wrote in message
news:Oj2QdTh0DHA.1764@TK2MSFTNGP10.phx.gbl...> Hi,
> I've been using a COM DLL (a ftp component from ChilkatSoft) without any
> issues so far in a Microsoft CMS 2002 project. The first time i used it I
> got an Acccess Denied error and so i gave the ASPNET account the full
> permissions to the tool and it worked fine.
>
> Now suddenly Im getting a error while loading the site. It says
>
> Parser Error Message: Access is denied: 'Interop.CHILKATFTPLib'.
>
> Source Error:
>
>
> Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0,
> Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
> Line 198: <add assembly="Interop.CHILKATFTPLib, Version=1.0.0.0,
> Culture=neutral, PublicKeyToken=null"/>
> Line 199: <add assembly="*"/>
> Line 200: </assemblies>
>
>
> I only added the line to machine.config today when i got this error.
>
> Any ideas ? should I get this COM DLL Signed ? if so how would i do this ?
>
> cheers
> Ben
>
>
Ben Guest



Reply With Quote

