J
Joe
HI ng,
I am attempting to call a function in a managed .NET DLL from an asp page
that signs an xml doc and returns the string to the calling asp page.
I have this code working in my windows test app with no prob, but cannot
seem to make the same call from my classic asp page.
When I view the asp page my object gets created no problem, my function gets
called, but seems to fail around the point where I create a
RSACryptoServiceProvider object.
To me this says it is a permissions issue, but I do not know what permission
and where.
thx for help!
I am attempting to call a function in a managed .NET DLL from an asp page
that signs an xml doc and returns the string to the calling asp page.
I have this code working in my windows test app with no prob, but cannot
seem to make the same call from my classic asp page.
When I view the asp page my object gets created no problem, my function gets
called, but seems to fail around the point where I create a
RSACryptoServiceProvider object.
To me this says it is a permissions issue, but I do not know what permission
and where.
thx for help!