J
Jason Nix
I have created an Active Server Component (ASC) as a bridge between ASP and
my existing C++ DLLs that we use in our PC-based program. Our intent is to
re-use as much code as possible. But, when I call the ASC from ASP, and
then call the DLL, the security profile that is specified in IIS is no
longer associated with the process, and therefore, any "network-related"
calls fail due to insufficient privileges. I don't know if there is
"another" way to call the DLL from the ASC or not, or any way to
specifically load a DLL with a certain security profile, but I need some
help.
Thanks in advance for any help you can provide,
Jason Nix
my existing C++ DLLs that we use in our PC-based program. Our intent is to
re-use as much code as possible. But, when I call the ASC from ASP, and
then call the DLL, the security profile that is specified in IIS is no
longer associated with the process, and therefore, any "network-related"
calls fail due to insufficient privileges. I don't know if there is
"another" way to call the DLL from the ASC or not, or any way to
specifically load a DLL with a certain security profile, but I need some
help.
Thanks in advance for any help you can provide,
Jason Nix