Ask a Question related to ASP.NET Security, Design and Development.
-
Chris Herring #1
Assembly acessing StrongNamed assembly getting "Access Denied" intermitently
I have an ASP.NET application that is using a code library our development
team uses. The code library is a few web controls in a Strong Named
assembly. The application is built using that SN assembly. The application's
assembly is not currently given a SN yet.
Developers in the environment are reporting that they are getting "Access is
Denied" sporadically when they make calls to the controls in the SN
assembly. It doesn't happen all the time, but when it does, they have to
kill the asp.net process to get it to stop the error. It then goes back to
working for a while.
We are putting the SN assembly in the /bin folder of the ASP.NET
application. We are not putting it in the GAC because our clients don't do
that.
Anyone have any idea why this would occur? I don't remember this happening
at all before I signed the web controls library assembly, so thats my only
clue.
Thanks
/Chris
Chris Herring Guest
-
HELP! - "The WSIntranet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=24410d33c1a2222e assembly specified in a Register directive of this page could not be found"
Hi, I am just building my first webpart. It worked fine when I just had output.write("hello"). As soon as I try and do this: SPWeb... -
VB.NET Assembly denied access to System.Web. Help!
I have a VB6 Windows Form application that calls a VB.NET Assembly. I can successfully call any test method in the assembly (like return "hello... -
compilation and/or getting to the "ASP" assembly
Hi ! I'm trying to optimize a slow page. The page contains multiple instances of the same UserControl, and the profiler is telling me that the... -
Weird problem with assembly (Access denied)
I have few components (dlls) I'm using that have been written by other developers on my team. I add reference to them in my asp.net project and it... -
Configuration Error (<add assembly="*"/>)
I had a similar problem: For me the problem would arise the 2nd or 3rd time I would compile the web app after rebooting my machine. I could never...



Reply With Quote

