Can write to but not read file from inetpub [modified]
-
Hi, the following are the steps I took to grant the asp.net account write/read access
I've selected Security tab-> ASP.NET Machine Account -> Add tab -> Advance tab-> Find Now tab -> Machine/ASP.NET Account -> OK -> Allow -> Apply -> OK
What I wanted to do is to access the file within inetpub's subfolder after the file has been created. I was successful in creating the file but I can not access and read the file in the folder. Please help, thank you in advance for your effort. -- modified at 4:38 Tuesday 7th August, 2007
-
Hi, the following are the steps I took to grant the asp.net account write/read access
I've selected Security tab-> ASP.NET Machine Account -> Add tab -> Advance tab-> Find Now tab -> Machine/ASP.NET Account -> OK -> Allow -> Apply -> OK
What I wanted to do is to access the file within inetpub's subfolder after the file has been created. I was successful in creating the file but I can not access and read the file in the folder. Please help, thank you in advance for your effort. -- modified at 4:38 Tuesday 7th August, 2007
may be you might not have closed the writer object of the file so you not able to access the file ..i think so note that before you read the file you need to close the writer
Rama Charan Prasad "Be happy and Keep smiling.Thats what u want be always..:)"
-
Hi, the following are the steps I took to grant the asp.net account write/read access
I've selected Security tab-> ASP.NET Machine Account -> Add tab -> Advance tab-> Find Now tab -> Machine/ASP.NET Account -> OK -> Allow -> Apply -> OK
What I wanted to do is to access the file within inetpub's subfolder after the file has been created. I was successful in creating the file but I can not access and read the file in the folder. Please help, thank you in advance for your effort. -- modified at 4:38 Tuesday 7th August, 2007
NULL the streamwriter object. Otherwise, I think, you would get '
The process can not access this file because it is being used by another process
'.Vasudevan Deepak Kumar Personal Homepage Tech Gossips