Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader - error message even after adding web.cfg details Options
Mike Bourne
Posted: Tuesday, October 28, 2014 9:08:34 AM
Rank: Member
Groups: Member

Joined: 7/2/2007
Posts: 16
Hi,

I am trying to use the AJAXUploader control and received the error message indicating that I need to add the EO.Web.runtime to the web.cfg file. I added the following lines and I still get the same error message:

Classic:
<httpModules>
<add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/>
</httpModules>

and I tried:

Integrated:
<modules>
<add name="EOWebRuntime" type="EO.Web.Runtime,EO.Web"/>
</modules>

I tried both with the same error message being displayed.

I am running VS 2010 on Windows 8.

Any Idea's as to what I am missing?

Thanks,

Mike
eo_support
Posted: Tuesday, October 28, 2014 1:50:03 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

This can happens for a number of reasons. It could be the request the AJAXUploader sends to the server has been blocked by your server for some reason, or could be that you dynamically create AJAXUploader but did not recreate it during page posts back. I would recommend you to try our sample project on the same server and see if that works for you, if that works for you, you can then try to compare the working version and non-working version to see if you can find any difference. If even the sample project doesn't work on your server, then you can put the page online and we will try to access it from here to see what we can find.

Thanks!
Mike Bourne
Posted: Wednesday, October 29, 2014 8:23:18 AM
Rank: Member
Groups: Member

Joined: 7/2/2007
Posts: 16
The control is sitting inside a EO:Pageview which is controlled via an eo:Maintabstrip so I am not sure how the server is blocking something that is controlled via the EO: controls. This is not running on a server but my laptop as it is in development as well.

I will look at the example code.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.