Legacy ASP.NET 2.0 on IIS and SQL Express in a Windows Container
Looking for a demo of containerizing a legacy application (ASP.NET 2.0 WebForms can safely be called legacy, right?) into a Windows Server VM with IIS and SQL Express?
Take a look at my repo
to build a Windows Server Core container
running the
ASP.NET BeerHouse Starter Kit to get you started.
UPDATE: The repo now also contains files to deploy the container
into a Service Fabric
or a kubernetes
cluster to demostrate running a legacy app on a modern
application platform.