Click here to Skip to main content
15,860,972 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have developed a web project on Asp.net.
I am trying to upload an excel sheet to sql server and It runs fine in local host but when i am trying to use it in Godaddy Server it shows me an error like the following ..

Access to the path 'D:\Hosting\12540715\html\TempFiles\Students.xlsx' is denied.


I also changed the permission to the particular folder to read and write then "
VB
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.

error showing .

could any body suggest me some solutions .

Thank you
Posted
Comments
[no name] 9-May-14 8:20am    
And what did the Godaddy support people say when you called them and explained the problem to them?
Sanket Saxena 9-May-14 8:29am    
Its a permission issue on the server nothing else.

You have to give permission to that particular folder on server. If you're using shared hosting(Godaddy), unlikely you can't do that. Better ask the Godaddy suppot team.

Even Crystal reports needs permission to temp folder to generate output files. But AFAIK Godaddy(and other hosting providers) doesn't support crystal reports on shared hosting.

If you have own server then you could do that.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900