1

I'm seeking some guidance for hosting websites on azure. I have a Umbraco website, which work fine on azure website. I also have an MVC application I want to host inside my umbraco site, but it has to be run as an application.

This work fine in IIS by converting the folder to a application, but there is no option to do this on azure.

Is there a easy way to convert the folder to a application inside my umbraco solution or do I have to create a virtual machine with web roles?

4

1 に答える 1

1

Azure Web サイトを作成するだけでなく、より詳細な制御が必要な場合は、 Azure VMを作成するか、Azure Web ロールホステッド サービスを使用する必要があります。

于 2012-09-28T14:16:14.303 に答える