I am trying to allow my ASP.Net application to write text files into a /logs folder on my website. Based on other forum articles I have read, I added a "trust" entry to my web.config as in: <configuration> ... <system.web> <trust level="Full"> However, I still get an "access is denied" error when trying to write files. I have also tried recycling the app pool, as well as making a copy of the web.config in the root of my overall site in addition to the web.config in the root of particular application starting point I am working with. Any suggestions on how to further debug this issue? Thanks.
Sounds like you misconfigured your ACL permissions for the site account when you used web deploy. Please contact our support department and ask them to reset your ACL permissions. Also, read our knowledge base article on how to prevent this from happening again ACL was altered after using VS web deploy Or read our blog post article. How to stop Web Deploy/MSBuild from messing up server permissions