Web control deployment

headerlogo.jpg

 

This page is intended for more experienced users who like to customize the form asp.net control and integrate it inside their asp.net pages. Note that we can integrate as many forms controls on the same page as we want.

 

In order to integrate the ASP.net web control code that is provided on the deployment page inside our own asp.net pages we must follow following steps :

 

  1. Open the ASP.net page that should integrate the survey web control in a text editor like notepad.

  2. Add following code on the next line after the <%@Page ... %> page directive :
    <%@ Register TagPrefix="vts" Namespace="DataIllusion.Feedback Server.WebControls" Assembly="DataIllusion.Feedback Server.Core" %>

  3. Once we have added this piece of code all we need to do is to cut & past the code provided in the Survey asp.net code section and place it anywhere in our page as long as it is after a <form>.

  4. lf the page is in a separate web application than the original Feedback Server® installation we must:
    1. Copy the DLL's from the FeedbackServer web application Bin directory to the Bin directory where the page that contains the ASP.net page is hosted.
    2. Copy the <FeedbackServerSettings> declaration and configuration element to the target application's web.config.
    3. Copy the images and FSXmlData directory to the target server.

 

 

(c) 2011 Data Illusion Zumbrunn. All Rights Reserved