...
Deploying your code:
Navigate to the target pathunc path corresponding to the staging server for the application you are deploying.
For example, navigate to the path for the eMER unsecure development environment
zip the files for the application and copy it to the backup location for the app you are deploying.
Optionally, you can also 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 locally
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 except for the web.config, backup folders, and any special required folders that are not included in the package.
copy the files (except web config) from the folder you created in step 3 and paste them in the deployment location.
wait 5 or 10 minutes.
Test that the project you deployed is working.
Oracle library
Different versions of the Oracle library are required for running some applications locally vs deploying them to development, acceptance and prod.
...