anandhakrishnan wrote:
If the dont create the ErrorLog folder with write permission its showing the c:\Inetpub\wwwroot\webservice\ErrorLog\ErrorLog.txt denied message.
There are Two Solution for that. 1. If you are using IIS 6.0 or above, Create a separate Application Pool, Change the identity of Application to "Local System", By default it is "Network Service", which is having minimum privilege on your system and that will not allow you to write on server. Change the Identity of Application Pool to "Local System", Assign the Application Pool to you virtual Directory. Then Try. It will work :) 2. Give the Right Permission to All th user to that file. I will suggest you to go for application pool. Let me know if any other issue.
cheers, Abhijit CodeProject MVP