Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note: The instructions described here applies to openIMIS version 1.3.0 and later. 

Install IIS

In Windows Server, follow these steps to install IIS:

...

To configure the database connection string, go in openIMIS root folder (e.g. C:\inetpub\wwwroot\openIMIS.1.3.0), locate the web.config file and edit “IMISConnectionString” so that the connection string points to the database created in openIMIS database section with the right credentials. For example:

Code Block
languagepowershellxml
themeRDark
firstline1
linenumberstrue
<connectionStrings>
    <add name="IMISConnectionString" connectionString="Data Source=WIN-H4E4ARREBFH\SQLEXPRESS;Initial Catalog=openIMIS.1.3.0;User ID=ImisUser;Password=password1234" providerName="System.Data.SqlClient" />
</connectionStrings>


Other configuration settings can be found within the <appSettings> tag and should be modified with caution.

...

Open the application

Open your Internet browser and type the following URL in the browser address bar: http://localhost/

You can connect with the admin default credentials:

  • Login name: Admin
  • Password: Admin





Previous step | Go to parent Table of content | Next step