Welcome Guest Search | Active Topics | Sign In | Register

Web.Config settings for callback panel Options
Ramy
Posted: Saturday, March 10, 2012 11:27:56 AM
Rank: Member
Groups: Member

Joined: 3/8/2011
Posts: 19
As per the documentation of callback panel, i have modified my web.config file by adding the following

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

But when i am publishing my app in IIS 7.5, it requires to set the application pool as classic else it gives a pipe error. But if i set it to classic, my asp.net 4.0 web app does not load with master page and without any CSS settings, If i comment the above setting and make the application pool as integrated, the web app runs fine, but i get an error when i try to use response.redirect command within call back panel.

Please let me know is there any workaround for this.
eo_support
Posted: Saturday, March 10, 2012 9:15:42 PM
Rank: Administration
Groups: Administration

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

httpModules tag is for classic mode only. For integrated mode you must use modules tag to add an HTTP module. We have updated our online documentation with the syntax for integrated mode:

http://www.essentialobjects.com/doc/1/installationanddeployment/webconfig.aspx

Thanks!


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.