Rank: Newbie Groups: Member
Joined: 9/15/2010 Posts: 8
|
Hi, I am using EO.Web (v 7.0.41.2) with .Net 3.5 installed on my local machine and server. I have the Ajax uploader control on a page. When I publish to my local IIS, everything works great. I am able to use the uploader control and uplaod files. However. when I publish the website on my web server, the page bocmes terribly slow and the uploader control is disabled. I am not able to see the browse textbox and button and the upload button is disabled. It does not throw any errors, but the page takes like 5 minutes to just load. I have the EO.Web.dll and the licx file in the bin folder as required to run the controls. Please let me know what might be going wrong. Thanks and regards, Dotnet User
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
A page taking 5 minutes to load is definitely not normal and we can't think of anything in our control that can cause that. On the other hand, such an issue can definitely break the uploader because the uploader won't be able to get all the JavaScript files it needed (times out). So I would recommend you to remove the uploader and see if the load issue still occurs and if it does, fix that first.
Thanks!
|