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

Tahir Shafique 21 Reputation points
2022-03-10T10:07:44.35+00:00

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

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,219 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,399 questions
0 comments No comments
{count} votes