Re: Security Exception Thrown under .NET 2.0 Medium Trust While Uploading Files/Media

  •  08-17-2006, 10:17 AM

    Re: Security Exception Thrown under .NET 2.0 Medium Trust While Uploading Files/Media

    Thanks Adam, I'm really at a loss here. I have tried by adding the following to system web in the web.config:

    <
    identity impersonate="true"/>
     
    Since this is on an ISP, I have no control over domain user names, passwords, etc. When I tried to add domain information, with the admin username and password provided with the account, the entire site bombs with a web.config error / bad user name password.
     
    I'm trying to write to a publicly accessible directory.
     
    Not sure why I have to go to all this effort to upload a file. Is there not anyway to hard code this path anywhere in the CE configuration?
     
    The physical path in this case is: \\NAS1\Home\W\WJM697\www\documents
     
    The client is getting pissed, so I would really appreciate any specific feedback as soon as you can.
     
    Cheers,
     
    Jamie
     
     
     
View Complete Thread