I'm new to AX 2102.
Currently we have only one AOS instance installed in PRO.
Most of the time this single AOS instance is running in debug mode so developer can attach, debug and quickly figure out what's wrong when user complains.
I was wondering if it is posible or better to have two AOS instances in the same box one for normal users without debug flag, and another one only for developers with the flag set.
In short which scenario do you prefer?
A) A single instance AOS with debug set to true
B) Two AOS instance pointing to the same BBDD, one no debug for users, and another with debug.
And a side question, having two AOS instances pointing to the same BBDD, how it changes the deployment process? The two AOS can have diferent source code versions? I'm interested on keeping always the two AOS sincronized…