I can't run excel and set it visible from aspnet. This is the code.
excel = new Excel.ApplicationClass();
excel.visible = true

It don't throw any error, but excel is not visible
thanks


Hip Hop