Click to See Complete Forum and Search --> : Web service question


Maxiachun
October 31st, 2005, 06:23 PM
i have a webservice under C:\Inetpub\wwwroot\RetrieveData\ now i want this web service create a txt file under this folder i have changed the permission of this folder to write as well, but still when i run this webservice i get a exception which is C:\Inetpub\wwwroot\RetrieveData\ the path is denied! how to solve this problem ? pls help me! thank you very much!

hspc
November 1st, 2005, 09:17 AM
Are you sure that the ASPNET Windows user account has permissions to create the file?
Can you send the exact error message and code ?