Hi,
I created an asp.net website that I am hosting on a 64 bit server.
In the website we want to upload excel files and store the excel data into the database.
When I run the website locally everything works fine! my local machine is also 64 bit, but the website runs in 32 bit mode.
When I change the settings on the IIS 7 to enable 32 applications on my websites App Pool, the pool just stops and I get a service unavailable error. I then restart the pool but the same thing happens, it stops.
This is what I am using to connect to the excel sheet:
string excelConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + path + ";Extended Properties=Excel 8.0;";
I have been struggling for 2 weeks now! If anyone can help it would be much appreciated!
Kind Regards,
Nicky
↧