Hi,
I am running Win2003 server
I have a 'ServicedComponent' activated as a Library app.
I call the method in the component that reads the registry.
If I call the method from Windows (tester) app it returns results, but if I call the method from ASP.NET application it returns nothing.
I assigned the 'Read' permission to the 'IUSR_<MACHINE_NAME>' user using regedit.exe, but the problem remains.
What am I missing here
TIA,
IM