1) Install IIS

  1. Go to control panel (right click windows icon, then control panel).
  2. Go to Programs.
  3. Go to Programs and Features.
  4. Go to Turn Windows features on or off.
  5. Click Internet Information Services.
  6. The checkbox should now be a box and not a check.
  7. Open the checkbox by clicking on the "+"-> open World Wide Web Services -> open Application Development Features.
  8. Now check the boxes as per the image below:

9. Click OK, you may need to restart the computer.

2) Set up web deploy

  1. Run the web deploy installer downloaded before (see Prerequisites)

3) Prepare SQL Server Management Studio (if you already have this installed go to 3.2, so only skip 3.1)

  1. Download and install SQL Server Management Studio.
  2. Connect to the SQL Server and right click the server in your object explorer (located on the left) and click properties.
  3. Go to security and make sure Server authentication is set to SQL Server and Windows Authentication mode. If it is not yet set to SQL Server and Windows Authentication mode, continue with step 3.4). Else, continue with step 3.9).
  4. If you change this, you will need to restart your server, do this by opening task messenger (ctrl + shift + esc).
  5. Go to the Services tab.
  6. Find MSSQL${your server version}.
  7. Then right click and press stop, don`t press restart this goes too fast and will therefore not be effective.
  8. Then right click again and start it again.
  9. Go back to SQL Server Management Studio and open the folder called Security under your server in the Object Explorer.
  10. Then go to Logins and double click sa.
  11. Setup a password.
  12. Go to Status and make sure that the Login is Enabled.
  13. Try if it worked by clicking the connect button, see screenshot below.

14. Then select SQL server Authentication instead of Windows authentication and login using the sa credentials, if you are logged in its correct, if not refollow the steps above starting from 3.2.

5) Install the application

  1. Run the installer downloaded before (see Prerequisites). This will open up the "MPBM installation wizard"

    1. Specify the installation path of the backend. Click on NEXT



    2. Specify the application name and the application pool name. Click on NEXT



    3. Server information. Fill out the name of the SQL server and the SA password, when clicking on 
      next the installer will verify the server information so it might hang for a moment.



    4. EvolutionCommon database. Fill out the name of the SQL server, the SA password, and the name of the Common database.
      Also here is verifies the server information so it might hang for a moment.



    5. Specify the installation path for the frontend application. Click on NEXT



    6. Specify the App information for the frontend application. Click on NEXT



    7. Click on Install


  2. The app will now install.


Related articles


Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues