Rank: Member Groups: Member
Joined: 11/16/2007 Posts: 13
|
I am having 2 different challenges with the uploader in one of my subdomains.
The control renders in the root directory quiz.legwork.com.ng/show.aspx but does not render in any of the subfolders e.g. quiz.legwork.com.ng/info/show.aspx. You can test the links to see what I mean.
Also when I try uploading in the root directory, I get the error "AJAXUploader 'ct100_ContentPlaceHolder1_AJAXUploader1' has failed due to a server side exception. Click OK to see the exception message.
Any ideas on what might be causing these problems?
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We checked both page and neither rendered correctly. None of the JavaScript files, including that for both ASP.NET AJAX (that rendered by your ScriptManager) and our controls, are not rendered correctly. This usually has to do with your permission settings. You need to give WebResource.axd and eo_web.ashx anonymous access permission.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|