tomcat - Starting .NET core web applications on placement in server -
i have plans build .net core web applications , deploy them remote server. have used tomcat before java , know tomcat has feature in war files placed on server expanded , started (with manager view , manipulate projects etc.). there similar solution available servers run .net core applications? service place zip or nupkg file under , application started.
traditionally .net not have application servers tomcat/j2ee. there infrastructural hosts iis on windows or windows activation system wcf endpoints, these bound windows not modern lightweight approach.
if want how .net core apps should deployed, recommend containerization (eg docker) blessed way of microsoft. not think there lot of other high level tomcat management features standardized .net core.
ps: yes, still true: .net lacks style of ecosystem. however, picks flexibility of node , friends.
Comments
Post a Comment