I am getting an error when trying to run my web application from IIS 7 on my local machine regarding Microsoft.Office.Interop.Outlook that is like the following...
If in fact an access violation is occuring with your application and that's the root of your problem, you can deploy the resource with your application by simply setting the reference to copy to the bin directory. You can do this by selecting the reference in your solution explorer, going to properties, and changing the Copy Local property to true.