|
Rank: Member Groups: Member
Joined: 5/12/2009 Posts: 20
|
Hi support! I installed a VS2010 web app (framework 4) on my Windows 2007 server and while opening it on the server via localhost/name everything is fine, but accessing it via the web (even on the server) gives quiet a few problems: (1) None of the EO elements is visible on the page ( treeview, slide) but the Windows web forms are visible on eo.callbackpanel (2) callback executes are not triggered You find the web site under www.cicos.info/accinc but you don't see the missing elements of course (except the placeholder for the slide). It should look like this: localhost/accinc On that server I run a few other applications with eo-elements without a problem, but they run under dotNetFramework 2 (with the old dll and licence info). The server is a Windows Server 2007 32bit Ralph
|
|
Rank: Member Groups: Member
Joined: 5/12/2009 Posts: 20
|
Is it because I want to run two versions of EO.WebControls on the same machine (but different application pools) ? I found this one (see below): http://www.essentialobjects.com/forum/postst4792_CheckBox-CustomItem-InstantiateIn.aspxHi, Ah. No. You can not have both versions running on the same machine. Also you will not be able to use 2010 (version 8) without purchasing an upgrade. We currently offers 50% off discount for upgrading from your version (the further behind your version is, the more expensive it is, for example, the discount for version 7 is 70% off). The upgrade will upgrade all your existing controls to the current version and also give you new controls in 2009 (version 7) and 2010 (version 8). If you can not upgrade, you will just have to always have the items there (since you don't have Visible property), but because you are able to dynamically modify its contents by replacing its CustomItem property, you still should be able to make it "invisible" using an empty custom item template even it's there. You will also want to set your custom item’s ItemStyle and HoverStyle so that they are exactly the same, this way nothing visually changes when you hover over the custom item, which makes them “invisible” to end user.
|
|
Rank: Member Groups: Member
Joined: 5/12/2009 Posts: 20
|
Well even after updating the EO Web controls for all applications to the newest version on that server and downscaling my new web application to framework 2 it is not working while with localhost access everything is fine on the server. The new application uses the same web.config as the other one .. but still this weird behavior...
|
|
Rank: Member Groups: Member
Joined: 5/12/2009 Posts: 20
|
SOLVED but not understood ...
As I have IIS and Apache running on the server and Apache is the main Web server, there is a redirect section in the Apache dir. I misspelled my application name (uppercase/lowercase only) which forced this weird behaviour. Now, afer having correctly set the case sensitive(?) app name, everything is OK...
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Glad to hear that everything is working for you and thanks for the update. We do not know exactly what happens either, but it makes perfect sense that if you have a redirection error then a lot of things will stop working.
Thanks!
|
|