Hello,
trying to read data from excel, every thing is working fine in development environment, on IIS session expires on below line.
OleDbcon = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + filePath + ";Extended Properties=Excel 12.0;")
OleDbcon.Open()
Any suggestion.
Thanks