Z
ZaM
Hi all,
We'd been developing some COM libraries in .net, one of them is a kind
of proxy who consumes some web services, traslates the XML output of
these WS to JSON using Newtonsoft.JSON, and then returns the parsed
JSON back to IIS/ASP 3.
Everything works fine in my development environment and QA also works
well. But in the production server, Server.CreateObject creates an
instance, but calling any method of the proxy throws this exception:
mscorlib error '80070005'
Access to the path '\Microsoft Corporation\Microsoft(R) Windows (R)
2000 Operating System\5.00.2195.6692' is denied.
/login_fs.asp, line 18
even if the method just returns a hard coded string (just for testing
purposes) the invocation always throws the same error.
..net framework 2.0 is installed in both QA and Production server, the
same Windows 2000 Advanced server, the same domain policies, but
something goes wrong in production.
I disabled the settings, the error log and everything that could try
to access any file in the server filesystem.
any idea??????
Thanks in advance.
We'd been developing some COM libraries in .net, one of them is a kind
of proxy who consumes some web services, traslates the XML output of
these WS to JSON using Newtonsoft.JSON, and then returns the parsed
JSON back to IIS/ASP 3.
Everything works fine in my development environment and QA also works
well. But in the production server, Server.CreateObject creates an
instance, but calling any method of the proxy throws this exception:
mscorlib error '80070005'
Access to the path '\Microsoft Corporation\Microsoft(R) Windows (R)
2000 Operating System\5.00.2195.6692' is denied.
/login_fs.asp, line 18
even if the method just returns a hard coded string (just for testing
purposes) the invocation always throws the same error.
..net framework 2.0 is installed in both QA and Production server, the
same Windows 2000 Advanced server, the same domain policies, but
something goes wrong in production.
I disabled the settings, the error log and everything that could try
to access any file in the server filesystem.
any idea??????
Thanks in advance.