I Have my Dot Net application where I am opening Excel file by fetching path from DB on the click of Button, It works fine, but when I host my application in IIS then i am getting following exception-
System.Runtime.InteropServices.COMException (0x800A03EC): Exception from HRESULT: 0x800A03EC
at Excel.Workbooks.Open(String Filename, Object UpdateLinks, Object ReadOnly,
Object Format, Object Password, Object WriteResPassword,
Object IgnoreReadOnlyRecommended, Object Origin,
Object Delimiter, Object Editable, Object Notify,
Object Converter, Object AddToMru, Object Local,
Object CorruptLoad)
Please Help...