Hello Luca.
It is a lot easier than I though.
I struggled publishing VWG in Azure and could not do it.
Thanks
You can either use Visual Studio’s deployment wizard or use the Azure’s control panel to create the application and deploy the same files you would deploy for an ASP.NET application. You can deploy using FTP or using the wizard.
See https://wisej.com/docs/html/Deployment.htm.
I have included below the sequence from Visual Studio -> Build -> Publish. All I did was to authenticate, create a new app, click Next.
You an use the same wizard to deploy to IIS on a standalone server or on Azure if you are using a virtual machine or the web site service. It’s basically the standard deployment you’d follow for any web system.
HTH
Best,
Luca
Please login first to submit.