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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
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!
|
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.
|