Currently I have a solution running on IIS that I use to generate quotes for the sales people. It runs on a different port as my CRM application and communicates through the sdk. All is working fine as everything is hosted on premise and is only accessed by people logged onto our system. HOWEVER, I need to add the capability for people to access the CRM system from outside the network. I have already migrated the CRM system to a https port and all is working fine.
My question then: can I host my own application within the CRM application or do I need to run my application separately on a different port?
Christo Vermeulen