Deploy the localized Web Application

Video tutorial

Publish and deploy the Web Application

In the previous sections, we have seen how to update the escape procedures and to add new language translation. In this section, we will publish the new customised Web Application in a folder and deploy it over the previously installed generic version.

Publish the customised Web Application

For detailed documentation on publishing using Visual Studio, visit the how to deploy to a local folder webpage.

Open in Visual Studio the Web Application .Net solution updated in the previous steps.

In Solution Explorer, right-click the IMIS project and choose Publish (or use the Build > Publish menu item).

The default target location is the publish folder under the Web Application solution folder. If you wish to change the target location then you just edit the configuration.

Press the Publish button.

Deploy the Web Application

To deploy the localized Web Application published in the previous section, please follow the same steps from Web Application installation steps.

Deploy the Web Application as a new site

To deploy the Web Application as a new site, follow the steps from the Configure IIS section. You will need to change the binding ports or map different DNS as hostname.

Deploy the Web Application to upgrade existing site

To upgrade an existing Web Application site, replace existing files with the files from the published Web Application.

Please make sure to:

  • not replace/remove Archive, Extracts, FromPhone, Images, and Workspace folders to prevent losing previous work

  • update IMISConnectionString in Web.config file

  • you don't need to edit permissions to Windows event logs again

Last updated