Deploy the localized Web Application
Last updated
Last updated
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.
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.
To deploy the localized Web Application published in the previous section, please follow the same steps from Web Application installation steps.
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.
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