Sunteți pe pagina 1din 4

________________________________________________________________________________ ________________ Survey v. 1.2.

3 - The open source web survey and form engine ________________________________________________________________________________ ________________ Available release packages for the Survey v. 1.2.3 solution:

- Install : http://survey.codeplex.com/Release/ProjectReleases.aspx - Upgrade : see advise below - Source : http://survey.codeplex.com/SourceControl/ListDownloadableCommi ts.aspx#DownloadLatest - MSI install : not yet available ________________________________________________________________________________ ________________ New Features & fixes: 1. Changes: Technical upgrades: * upgrade to .NET 4.* * upgrade to C# 4.* * upgraded to Web Application Project (WAP) and added Wap.Master page to solutio n * Freetextbox upgrade to 3.3.1. Technical changes: - New (missing) stored procedure added: vts_spFileUnValidatedGetAll - Mailingpollstatus.aspx removed and added to Mailingpoll.aspx / cs Features & Bugfixes: - Freetextbox imagegallery option added - Fixed mailing issue: server url chopped because of Freetextbox setting - Added RegEx to mailmessage code to clean html-code from textfile version of ma ils - Wrong Url & Port in mailing corrected - New layout and CSS changes (preparation for new features like treeviewlist and new menustructure) - Logout url changed to default.aspx For information and questions visit the new Survey community site at http://www. surveyproject.info. ________________________________________________________________________________ ________________ Instructions "Survey 1.2.3 Install package" - New Installation

1. SYSTEM REQUIREMENTS - .NET Framework 4.* or higher must be installed - IIS webserver (6.* or higer) - Smpt mailserver account - MsSqlserver 2005 or 2008 database

- supported Operating Systems are Windows7, Vista, XP, Windows 2000, Windows Ser ver 2003, Windows Server 2008 - you must have administrator privileges on your computer Free downloads available at http://www.asp.net/downloads/ 2. FILES - download zipped install package to your computer - unzip files to (new) file directory (e.g. C:/Survey/..) 3. IIS Option 1. - create a Virtual Directory in IIS [e.g. called 'Survey'] which points to the d irectory where the Survey files are unzipped - make sure you have default.aspx specified as a Default Document for your Virtu al Directory - set Asp.NET to version 4.* (or higher) Option 2. - Create a WebApplication in IIS and follow the steps of option 1. - Add the Webapplication to the proper Applicationpool using .NET 4.* and Integr ated Pipeline Mode 4. DATABASE Option 1. "New DB installation" n start MS SQL Server (using Enterprise Manager or your tool of choice )** open sql file 'Survey123_NewDBInstall.sql' from the '_Sql' website directory i a query window set database to 'master' db (use master) run sql query to create "Nsurvey" database check to see if database was created correctly *

Option 2. "Existing DB installation" - start MS SQL Server (using Enterprise Manager or your tool of choice )** - create an empty database - open sql file "Survey123_ExistingDBInstall.sql" from the _SQL websitedirectory in query window - set database to db you just created: use [dbname] - run sql query to create "[dbname]" database - check to see if database was created correctly * * Certain warnings/ messages can "The module '...........' and "Msg 15401, Level 11, ** Both MsSqlserver 2005 and 2008 ey DB. 5. SECURITY If using Windows 2000 or XP - IIS5 be ignored e.g." depends on the missing object ......." State 1, Procedure sp_grantlogin,.. " can be used to create and administer the Surv

- the {Server}/ASPNET user account must have Read, Write and Change Control of the root application directory (this allows the application to create files/f olders ) If using Windows 2003 - IIS6 - the {Server}/NetworkService user account must have Read, Write and Change Cont rol of the root application directory (this allows the application to create files/f olders ) 6. DB CONNECTION - open the web.config file in notepad or a texteditor - Check the database connection string in the web.config file. Default is: <add key="NSurveyConnectionString" value="server=(local);Integra ted Security=SSPI;database=nsurvey" /> - As an alternative try: <add key="NSurveyConnectionString" value="Server=YourSqlServer;Database= YourDatabase;uid=YourDbUser;pwd=YourPassword" /> 7. SMTP MAILSETTINGS - open the web.config file in notepad or a texteditor - check smpt settings. Default is: <add key="NSurveySMTPServer" value="127.0.0.1" /> <add key="NSurveySMTPServerPort" value="25" /> <add key="NSurveySMTPServerAuthUserName" value="" /> <add key="NSurveySMTPServerAuthPassword" value="" /> 8. CULTURE/UICULTURE - As of Survey 1.2.2. the language setting of you webbrowser will determine the X ML languagefiles used to translate webpage texts. - This effect is caused by one of the settings in the web.config file: culture/ uiculture. - If set to "auto" (default) Survey will pick up culture/ language of preferred browser settings. - To explicitely pick a culture/ language, replace auto with "en-US" or "nl-NL" for example. 9. START SURVEY - browse to http://localhost/[NameOfSurveySite] or your hosting URL in your web browser - the application will start running ________________________________________________________________________________ ________________ Instructions "Survey 1.2.3 Install package" - Upgrade Installation

1. Create a backup of the webfiles of your current Survey webdirectories 2. Copy the new webfiles and directories into the directory root of your current Survey installation. 3. Go to web.config file and recreate the original sql-db and smtp connection se ttings; change the culture/UI culture setting if needed.

4. Run the query Upgrade_Survey122to123_Sproc_spFileUnValidatedGetAll.sql from t he _SQL directory Note on upgrades of 1.1.0 to 1.2.0/ 1.2.1/ 1.2.2/1.2.3 - Because of the many changes to the 1.2.* versions we advise to fully replace t he 1.1.0 database and webfiles with the latest version; - Surveys created in 1.1.0 can be exported to XML and imported into the 1.2.* ve rsions. - Manual corrections to the XML files may be necessary; ________________________________________________________________________________ ________________ Survey's sources are released free of charge. However, you must READ and FULLY u nderstand the license agreement before you download and use the software. You can support the project (hosting, dev. tools) and/or donate. Go to http://survey.codeplex.com or visit the Community site at http://www.surve yproject.info ________________________________________________________________________________ ________________ Survey Source Code You will find the solution file in the survey root directory, you must also setu p the web directory as a virtual directory in IIS and replace in the solution (.sl n) file the old URL project URL with the new one. If you fix bugs or add new features that can be useful to the Survey community do not hesitate to contact us to integrate them in the public release . Also if you use Survey's engine or tool in a project we would be happy to hear f rom your testimonials on our forums at http://www.surveyproject.info or in private. For the latest news check >> http://www.surveyproject.info For the latest downloads check >> http://survey.codeplex.com ________________________________________________________________________________ ________________ Survey Form Samples - Two sample Survey forms can be found in the _FormSamples directory - Import the xml files through the New Survey menu options ________________________________________________________________________________ ________________

S-ar putea să vă placă și