accord40-gmail
-
8/31/2009 6:15:50 AM
RE:Kentico and external applications
Hello Boris,
I have ckecked the documentation. The best aproach will be the "Having CMS in the root and your application in a subfolder". In the production enviroinment, we have 3 application integrated with kentico working correctly. The new application we want to integrate with kentico is using AJAX. We have develop 2 web parts, one for header and one for footer that is used by the master page of this four applications. More or less, the master page is:
<%= Server.Execute("header.aspx") %> <form runat="server"...> <asp:ScriptManager ID="scriptManager" runat="server" /> <asp:ContentPlaceHolder ID="aspx_content" runat="server" /> </form> <%= Server.Execute("footer.aspx") %>
Header.aspx generates the following code: <form id="form1" runat="server"...> <!-- HTML from the header --> </form>
We have problems with the application that has AJAX enabled. If web disable the AJAX engine, the apllication works correctly.
HAs kentico any problem working with AJAX applications?
Regards.
|