Does Advanced Installer currently support asp.net core? If so, is it limited to being hosted in IIS or can in run as a self-hosted service like typical asp.net applications?
Thanks
Code: Select all
<parameter name="IIS Web Application Name" value="Default Web Site" tags="IisApp">
Code: Select all
<parameter name="IIS Web Application Name" defaultValue="Default Web Site/WebApplication2_deploy" tags="IisApp">
Unfortunately, we do not offer a predefined prerequisite for .NET Core 2.2. We offer predefined prerequisites ("Prerequisites" page --> "Packages") for the following:And what about the support of most recent .net core 2.2?