01-20-2020, 04:38 PM
Your reply provided the answer. You are using SA (StandAlone).
SA is safe for production but generally is geared towards debugging and development. It only binds by IP. Thus if you want to use SA apps on a different domain or sub domain you need to use a different IP or port.
If you dont want to use additional IPs or ports, I suggest deploying as HTTP.sys which can bind by host name and share IP and port combinations across different apps.
https://doc.atozed.com/en/iw15/develop/c...-intraweb/
SA is safe for production but generally is geared towards debugging and development. It only binds by IP. Thus if you want to use SA apps on a different domain or sub domain you need to use a different IP or port.
If you dont want to use additional IPs or ports, I suggest deploying as HTTP.sys which can bind by host name and share IP and port combinations across different apps.
https://doc.atozed.com/en/iw15/develop/c...-intraweb/

