Skip to end of metadata
Go to start of metadata

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) Install .NET runtime

  1. Run the .NET runtime installer downloaded before (see Prerequisites)

3) Install web deploy

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

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

  1. Make sure you have SQL server installed and an instance set up.
  2. Make sure you have management studio installed.
  3. In management studio connect to you local instance.
  4. Right click databases, and click new database.
  5. Create a database called "BudgetModule".


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.

5) Post install

  1. If the installation is complete please continue to the section Configuring the connection strings, to set up the connection strings the application uses.