After completing the design process user has two options to publish the survey :
- Use MindStick.Controls.Survey.dll with the existing ASPX web page, or
- Use our MindStickSurveyPage.aspx web page which already refers to MindStick.Controls.Survey.dll
If user decides to use MindStick.Controls.Survey.dll then following three steps are needed :
Step 1 : Add Dll in asp.net web application
(MindStick.Controls.Survey.dll).Step 2: Save the survey file (
.msd) to the desired location accessible to the website user.
Step 3: Add the Survey Control in web form, then pass the survey file in the property [
Survey File (.msd)] and set xml file path in the property [
SurveyDataFile] order to display survey and saving the result. Web site user should have write rights on the location where ever xml file is located.
If user decides to use MindStickSurveyPage.aspx then following four steps are needed :
Step 1: Add MindStickSurveyPage.aspx in existing or new asp.net web application.
Step 2: Add
(MindStick.Controls.Survey.dll) in the bin folder of the asp.net web application.
Step 3: Save the survey file (
.msd) to the desired location accessible to the website user.
Step 4: Pass the survey file in the property [
Survey File (.msd)] and set xml file path in the property [
SurveyDataFile] order to display survey and saving the result. Web site user should have write rights on the location where ever xml file is located.