
4,382 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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