...
Navigate to the target path.
For example, navigate to the path for the eMER unsecure development environment
Copy the content of the folder to a temporary location on your local machine.
Important: you will need the web config that you have copied as the last step of your deployment process.
Publish your changes localllocally
Create publish settings in visual studio
create a different folder - don’t use the one from step 2.
create a new custom profile
Keep the default location bin\app.publish
Finish
Save
Publish
Update the development location with your changes:
Go to the deployment location for the project
delete everything
copy the files (except web config) from the folder you created in step 3 and paste them in the deployment location.
copy the web config from the backup made in step 2 and paste it into the deployment location
This will trigger the update of the deployment.
wait 5 or 10 minutes.
Test that the project you deployed is working.