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.
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.