I'm trying to display some Outlook data (current appts, tasks & number of unread in inbox) for users on an intranet. There's no problem if I view the site via Cassini, but if I open it in IIS, I get the following error:
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005.
I've given ASPNET read/execute permissions to darn near everything. The one thing I haven't been able to give permissions to is the Windows/assembly/ folder, 'cause for some reason it's locked down from security editing. I can give permissions to Windows, but I'm not certain that it's propagating permissions to assembly.
Googling gives me no useful info (can't find the COM in dcomcnfg, so no help there), and I can't get responses on any of the posts I've made on any forums, not even MSDN.
Help!
"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live." -- Martin Golding
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005.
I've given ASPNET read/execute permissions to darn near everything. The one thing I haven't been able to give permissions to is the Windows/assembly/ folder, 'cause for some reason it's locked down from security editing. I can give permissions to Windows, but I'm not certain that it's propagating permissions to assembly.
Googling gives me no useful info (can't find the COM in dcomcnfg, so no help there), and I can't get responses on any of the posts I've made on any forums, not even MSDN.
Help!
"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live." -- Martin Golding