GAC

N

Nick K.

I am attempting to call a .Net assembly from an ASP web application using:
set oCripto=Server.CreateObject("com.msegroup.common.data.Crypto")

I did not wite the original code, so I'm trying to figure out how all this
works. I'm trying to get the web application working on my development box.

I installed the assembly to the GAC, the assembly is named common.dll and
when viewed in the GAC, it appears as "common". This is how it appears on
the production server in the GAC where I know this works there.

When it trys the Server.CreateObject, it comes back with an error: The call
to Server.CreateObject failed while checking permissions. Access is denied
to this object. I set Everyone and IUSR_... to have full permissions, so
I'm trying to figure out why I'm getting this error.
 
N

Nick K.

As just an FYI, I added the assembly to the GAC using gacutil and then set
the permissions on the original assembly. Maybe I should be settings
permissions on the assembly in the GAC but I don't know how to do that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top