/
Updating to Version 2018 Server Requires .config Changes
Updating to Version 2018 Server Requires .config Changes
- We changed how we named internal components with the last server version. If you're doing an inplace upgrade of an existing Forms inMotion server prior to version 18, you will need to replace this line in your web.config file:
<section name="formsinMotionConfiguration" type="KeyMark.Forms.Settings.FormsinMotionConfiguration, FormsBuilderServer, Version=1.7.0.639, Culture=neutral, PublicKeyToken=null"/>
with the following one. The version number is not important, but FormsBuilderServer must be replaced with KeyMark.Forms.FormsinMotionServer.
<section name="formsinMotionConfiguration" type="KeyMark.Forms.Settings.FormsinMotionConfiguration, KeyMark.Forms.FormsinMotionServer, Version=17.1.0.1162, Culture=neutral, PublicKeyToken=null"/> - The email section is no longer supported in the web.config file and should be removed entirely:
<email smtpserver="smtp.sendgrid.net" smtpport="25" smtpuser="blah" smtppass="blah" smtpsenderaddress="fim-support@formsinmotion.com"/>
, multiple selections available,
Related content
Updating Server
Updating Server
More like this
Upgrading an existing HTML client on a Web Server
Upgrading an existing HTML client on a Web Server
More like this
Installation - Server
Installation - Server
More like this
Installing the Forms InMotion Server in an On-Premise Environment
Installing the Forms InMotion Server in an On-Premise Environment
More like this
Server Requirements
Server Requirements
More like this
Installation - Client
Installation - Client
More like this