I have implemented google drive functionality for file management its working fine in local system but whenever i hosted it on Godaddy server it throw following error
<
I think you will find a solution here: Deploying ASP.NET to Windows Azure cloud, application gives error when running on cloud.
You just need to configure your IIS to work with the FileDataStore.
The following is copied from the answer there:
A.If you have RDP Acces to the Azure cloud then change the IIS settings
1.Go to the IIS
2.Under sites select the Default site
3.Add Permission
4.choose I_User object and give read/write access.
5.later you can automate this setting using a batch file and startup task.
B.I think you are using any local path. You should change this to local storage for temporary requirement and blob storage for long requirement.