Even after trust="Full", cannot get server write access

Discussion in 'General troubleshooting' started by Rodj, Jun 8, 2014.

  1. 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.
     
  2. ComputerMan

    ComputerMan Winhost Staff

    Last edited by a moderator: Oct 14, 2015
    Michael likes this.

Share This Page