Installation and deployment
Version 7.x > Installation and deployment > Kentico and a separate application on Azure View modes: 
User avatar
Member
Member
Dlglsh - 12/21/2012 8:55:15 AM
   
Kentico and a separate application on Azure
Hi,

We are embarking on a new project which will have two applications, Kentico CMS for the front-end, authentication etc. and a separate application which is used for back-end administration (but will utilise Kentico authentication).

Can someone please tell me if when deploying to Azure, would the separate application be able to run on the same instance as the Kentico application? Or would it need to run on a separate one?

We are working along the lines of having the separate application in a subfolder of the CMS, which is set-up as a virtual directory as per these instructions.

Thanks,

Matt

User avatar
Member
Member
egarrison-wte - 12/26/2012 8:13:10 PM
   
RE:Kentico and a separate application on Azure
I have frequently deployed Kentico along with other apps. Usually do the second app as a Virtual Application. Then in the Web.config, above the <system.web> we place
<location path="." inheritInChildApplications="false">

Your Web.config will have to merge. We have also had to move a few DLLs sometimes from the BIN of the Second App, but to the /bin.

Security for the 2 apps. Good question. Without knowing what you are combining with, it is hard to say. We have done BRIDGE pages that SSO between 2 app before. We combined an Old ASP app with Kentico and had to create a SSO layer.

User avatar
Member
Member
Dlglsh - 1/2/2013 2:12:27 AM
   
RE:Kentico and a separate application on Azure
Hi,

Thank you for your response.

That's good to know. I'll create a couple of test apps and see how I get on.

Thanks,

Matt

User avatar
Member
Member
Dlglsh - 1/3/2013 3:06:06 AM
   
RE:Kentico and a separate application on Azure
Hi,

If we had the 2nd application in a subfolder of the CMS directory, would we always have to publish and deploy to Azure both applications each time a change was made, regardless of where the change was made? Or would we only have to publish and deploy the application that has has changes made to it?

Thanks,

Matt

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/9/2013 6:09:10 AM
   
RE:Kentico and a separate application on Azure
Hi,

If the tweo application are integrated in such a way that it is one deployment, than you will need to redeploy it every time, both. If the applications are basically separate deployments, you will need to re-deploy just the modified one.

Best regards,
Juraj Ondrus