|
Rank: Newbie Groups: Member
Joined: 9/20/2010 Posts: 3
|
I am using Ajax upload control (version 8) which works fine on local machine, but not working from production server.. On the server, the control DOES NOT DISPLAY TEXTBOX and BROWSE button at all.. and the script error is shown as follows in the eo_web.ashx. Same control is perfectly working on other production server where we implemented for other website. Can any body advise what could be the problem.... User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Mon, 20 Sep 2010 10:21:56 UTC
Message: Syntax error Line: 2 Char: 1 Code: 0 URI: http://xxxxx.abcd.com/ComfortlinkNET/eo_web.ashx?id=4184fcf9-8fad-4573-9da2-2d51276cb7a9Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Please check whether you have eo_web.ashx on your application's root directory. Also, do you have the page online so that we can take a look?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 9/20/2010 Posts: 3
|
Thanks for quick reply. Yes. we do have the eo_web.ashx file in the application root. unfortunately that is a secure site... is there any way that I can upload screenshot to show the detals..
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. Screenshot will not help. We have to see the problem in order to tell you why.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 9/20/2010 Posts: 3
|
Can you chekc the Ajax Upload control which is not visible fully... here http://comfortlink.lanefurniture.com/comfortlinknet/DSR/DSREntry.aspxand please update with possibel reason... we are tried all the options we know so far... Thanks,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, The reason is because you did not allow eo_web.ashx anonymous access. Please see this post for the solution: http://www.essentialobjects.com/forum/postst620_EO-Web-Menu-JavaScript-syntax-error-since-MS-IE-udpate-KB-939653.aspxYou will need to either grant eo_web.ashx anonymous access, or log into your site so that the current user will be able to access eo_web.ashx to download all necessary JavaScript files. Thanks
|
|