Error when TempDdirectory property is not set up

  •  05-18-2010, 2:12 AM

    Error when TempDdirectory property is not set up

    Hi,
     
    Our project environment is using web load balancer (Round Robin) with multiple web servers.
     
    Thus, we cannot specify temp folder because as the request would go to LB first and LB would direct the request to one of the Web servers. We do not know which web server will serve the request.
     
    Is there an option to NOT use the Temp folder at all and upload multiple files to memory stream/ request stream OR to database directly?
     
    **** We are using .NET 1.1
     
    We got error message "Unable to find the uploaded file in directory C:\Windows\Temp\AjaxTempFolder" when we setup AutoUseSystemTempFolder="False" TempDirectory=" ".
     
    Thanks heaps!
View Complete Thread