Access Denied
-
Hi all, When i change any file in my project i got the the message as access denied and i have checked and given the permission for those folders, still i am getting the access denied problem for particular files.But i can add,update and delete new files.I am getting the error for some of the Files only. what is the reason? and how to solve those problems? Thanks, Ramesh A.
-
Hi all, When i change any file in my project i got the the message as access denied and i have checked and given the permission for those folders, still i am getting the access denied problem for particular files.But i can add,update and delete new files.I am getting the error for some of the Files only. what is the reason? and how to solve those problems? Thanks, Ramesh A.
Files should be Read only or in Used.Check out property of file Best Regard Pathan
---------------------------------------------------
-
Hi all, When i change any file in my project i got the the message as access denied and i have checked and given the permission for those folders, still i am getting the access denied problem for particular files.But i can add,update and delete new files.I am getting the error for some of the Files only. what is the reason? and how to solve those problems? Thanks, Ramesh A.
there can be any reasons one of it might be last time when you run your application and closed it i think the process is still runing in back end so go to task manager and stop aspnet_wp.exe and try again .
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
Hi all, When i change any file in my project i got the the message as access denied and i have checked and given the permission for those folders, still i am getting the access denied problem for particular files.But i can add,update and delete new files.I am getting the error for some of the Files only. what is the reason? and how to solve those problems? Thanks, Ramesh A.
If you have given ASPNET account full permissions and then also it is not working then you might have not closed the file since you updated/write or read it last time through your application. Check the modes in which you are opening file(ie ReadOnly,Write etc).
Shujaat
-
Files should be Read only or in Used.Check out property of file Best Regard Pathan
---------------------------------------------------
-
If you have given ASPNET account full permissions and then also it is not working then you might have not closed the file since you updated/write or read it last time through your application. Check the modes in which you are opening file(ie ReadOnly,Write etc).
Shujaat
-
there can be any reasons one of it might be last time when you run your application and closed it i think the process is still runing in back end so go to task manager and stop aspnet_wp.exe and try again .
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
I have checked and changed everything in the online. But still the same problem is coming.I have given full write permission to the folders and the individual file also.
Might be that some files that you are not able to acces got currupted when you last tried to write or append it. Have you closed the file after reading/writing in your application ? If you show me the code I will be in better position to tell the exact problem.
Shujaat