|
|
Browse by Tags
All Tags » tempdirectory access iis windows2003
-
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 ...
-
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 ...
|
|
|