TempDirectory is driving me crazy.

  •  12-30-2009, 1:38 PM

    TempDirectory is driving me crazy.

    Physical address to the folder:
    c:\inetpub\wwwroot\dmportal\PI\tmp
     
    Web.config setting:
     <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/tmp" />
     
    Error from webserver:
     System.ArgumentException: Unable to write to folder:~/tmp.
     
    IIS is running on Windows Server 2003 and I've granted FULL permissions to the NETWORK SERVICES account.
     
    What am I doing wrong?
     
    Thanks.
View Complete Thread