Versions Compared

Key

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

...

  1. Navigate to the target path.

    1. For example, navigate to the path for the eMER unsecure development environment

  2. Copy the content of the folder to a temporary location on your local machine.

    1. Important: you will need the web config that you have copied as the last step of your deployment process.

  3. Publish your changes localllocally

    1. Create publish settings in visual studio

    2. create a different folder - don’t use the one from step 2.

    3. create a new custom profile

    4. Keep the default location bin\app.publish

    5. Finish

    6. Save

    7. Publish

  4. Update the development location with your changes:

    1. Go to the deployment location for the project

    2. delete everything

    3. copy the files (except web config) from the folder you created in step 3 and paste them in the deployment location.

    4. copy the web config from the backup made in step 2 and paste it into the deployment location

      1. This will trigger the update of the deployment.

  5. wait 5 or 10 minutes.

  6. Test that the project you deployed is working.