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.
|
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.aspxThanks!
|