Dot Net Core Hosting in VM
Install:
· aspnetcore-runtime-2.2.8-win-x64· dotnet-hosting-3.1.15-win· WebPlatformInstaller_x64_en-US
Task 1: Setting the localhost to hostname (In hosts file)
1. Win+R type drivers
2. Go to etc folder and edit hosts
3. Add 127.0.0.1 relate247-api.realpage.com
4. Save and close
Task 2: Modifying the App Pool
1. Go to App pool
2. Click on RelateAPI and change .Net CLR version to “No Managed Code”
Task 3: Deploy the App
1. Go to RelateAPI site and click Explore.
2. Take Existing files as back up : Name the file in back up as RelateAPI_CurrentDate_BackUp