question

TahirShafique-4746 avatar image
0 Votes"
TahirShafique-4746 asked

Provider=Microsoft.ACE.OLEDB.12.0 asp.net web forms session out

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

office-scripts-excel-devdotnet-aspnet-webforms
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers