We are facing a problem on Windows Vista Beta 2,5384 (64-bit).
We have a 32-bit COM dll developed using VC++ 6.0. We have a COM+ server to redirect the calls on 64-bit machine. The ASP pages access the 32-bit COM dlls through the COM+ server.
It works well from the built-in "Administrator" account but from any other domain account I get the following error.
"The call to Server.CreateObject failed while checking permissions.Access is denied to this object."
I have tried a workaround i.e. setting W3SVC/1/ROOT/<virtual_directory>/AspExecuteInMta to 1 but it does not work. This workaround was posted in another thread
http://forums.iis.net/thread/1360645.aspx
The Webpage works only from the built-in "Administrator" account. From all the other domain account it works only when the browser "Protected Mode" is truned "Off".
Can I get any help on this?
Regards,
Dipeka