I am using Microsoft.Office.Interop.Excel nuget package with asp.net mvc project. I am trying to read excel files. Everything works perfectly on my localhost but when i publish them to my hosting it gives 500 error on this line;
Application xlUygulama = new Application();
Everything is ready for use, so i don't want to change framework. Please help. :S