Problem reading registry
Hi,
I am running Win2003 server.
I have a 'ServicedComponent' activated as a Library app in COM+.
I call the method in the component that reads the Windows registry.
If I call the method from Windows (tester) app it returns correct results, but if I call the method from ASP.NET application it returns nothing.
I assigned the 'Read' permission to the 'IUSR_<MACHINE_NAME>', 'IWAM_<MACHINE_NAME>', and 'ASPNET' users using regedit.exe, but the problem remains.
Am I doing it right?
What am I missing here?
TIA,
IM
|