This is what I have done:
1) Copied the <appsettings> tag from machine.confg file from the on premise outsystems server to the new server (to both 32 bit & 64 bit FrameworàConfig-àmachine.config)
2) In the <connectionStrings> tag of the same file declared the 7 connection strings as given in the tech notes
for eg:
<add name="OutSystems.DB.Services.Log.ConnectionString" connectionString="user id=OSLog; password=Portal#29; data source=WIN-MA0EMLFGP8I; initial catalog=Outsystems" providerName="SQL Server"/>
name: connection string name
user id: as provided in instructions
password: that I configured
data source: AWS machine name
initial catalog: as provided in instructions
provider name: tried OutSystemsSessionProvider & SQL Server
I am trying to host the detached code to AWS instance. So imported the outsystems database to it and made changes to the passwords accordingly to configure in the machine.config
Appreciate if you could let me know if there's something that I'm missing Thanks, Karishma