I am trying to connect to outlook application through ASP.net 2.0 site.
I am getting following error
“Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005.” While executing the statement
Application outlookApp = new Application();
It works fine on development server. I am using profile name as username and password for that the user for which mailbox is configured.Development machine is having Windows XP as OS and Application server is windows server 2003.
Please help me on this.