Tuesday 21 June 2011

Debugging EP Web Page from Visual Studio

Set  AXWebUserControl(which we want to debug)  in  .aspx file as shown below.

In AXWebPartPage.aspx


<asp:WebPartZone ID="Body" runat="server">
                        <ZoneTemplate>
                              <dynamics:AxInfolog ID="AxInfolog1" runat="server" ExportMode="All" ShowClearLink="False" />
                              <dynamics:AxUserControlWebPart ID="AxUserControlWebPart1" runat="server" ManagedContentItem ="FrontOfficeView" />
                        </ZoneTemplate>
                  </asp:WebPartZone>


No comments:

Post a Comment