How To Solve The Problem of Permissions?
Hi everyone.
Here i am seeking solution for one commen problem almost every one encounter when they install web application on real server(other than localhost).When we install/upload the asp.net application on server many time we get permission errors, specially when connecting with access database file or downloading files.
We get error something like this
'The Microsoft Jet database engine cannot open the file 'x:\xxx\xxx\xxx.db'.
It is already opened exclusively by another user, or you need permission to view its data. ',
or something similer to that.
Whenever we get such error we need ask our server vender to grant permissions on these folder and files.
Here i think there may be any solution on the part of programmer
,by coding or any setting,to solve it by our selves.
Is there any way to get rid of this proble?
Pleas help me on this issue.
Thanks in advance.
|