Uploader is really slow when web site is set up as virtual directory

Last post 12-23-2008, 9:49 AM by awoo23. 2 replies.
Sort Posts: Previous Next
  •  12-23-2008, 8:31 AM 47197

    Uploader is really slow when web site is set up as virtual directory

    I downloaded the latest release for the Ajax Uploader because I am interested in buying it. 
     
    If I create a new virtual directory in IIS 5.1 and point it to the 'Framework 2.0-Csharp-NoAjax' folder, the Uploader (on simple-upload.aspx) becomes very slow for files bigger than 200 KB.
     
    If I open the folder in VS2005 using File -> Open Web Site, and run the page using VS2005's built in server, the same page works fine for files of all sizes.
     
    The part that seems to be taking a long time is when the .resx file is being created in Framework 2.0-Csharp-NoAjax\UploaderTemp.
     
    Any help would be greatly appreciated.
  •  12-23-2008, 9:36 AM 47199 in reply to 47197

    Re: Uploader is really slow when web site is set up as virtual directory

    Hi,
     
    I am not sure what's the reason.
     
    Maybe it's caused by the windows account or folder security.
     
    You can try these ways:
     
    1. setup the account for the IIS/ASP.NET , set to administrator
     
    2. setup the permissions for the folder
     
    3. move the folder to d:\ (put it into more general place)
     
    Regards,
    Terry
  •  12-23-2008, 9:49 AM 47200 in reply to 47199

    Re: Uploader is really slow when web site is set up as virtual directory

    I have the folder set up under 'C:\' and I gave full permissions to ASPNET and Network Service.
     
    The odd thing is that it works perfectly under VS2005 server. On top of that, I set it up under Win2K3 w/ IIS 6 and it works fine too.
     
    I am convinced that IIS 5.1 is the culprit.
View as RSS news feed in XML