How to deploy the app in windows server/IIS

I have created a shiny app which runs fine in rstudio/Visual studio R tools and now I want to deploy the web application for production through Visual studio.

Can anyone please suggest me to deploy the app in windows server/IIS.

I am a beginner so It would be great I can have a step by step procedure for deployment.

Thanks

As far as I know there is no official method for deploying Shiny apps on a Windows server so even if there is one it wouldn't be reliable enough for production.

If you don't have access to a Linux server (fisical or in the cloud) where you can install shiny-server (or RStudio Connect) then I think you could use a virtual machine or Docker container to install one, or, you can use Shinyapps.io cloud based service.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.