|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
|
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. 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. Show quote "Nick K." <nickkk***@yahoo.com> wrote in message news:uAU9hrSIGHA.2928@TK2MSFTNGP10.phx.gbl... >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. > > > > |
|||||||||||||||||||||||