Install on local IIS

Hi, I have hosted my app on Azure but now I need to host it on a local IIS. Is there a step-by-step how to do that? The local PC does not have Radzen or Visual Studio installed.

You don’t need Radzen or Visual Studio, you need only relevant version of .NET Windows Hosting bundle:

1 Like

You can also use kestral and make you project self contained when you publish it.

I did that with an application I am working on and used a batch file to run it...