My company is exploring using the new .NET Core for a small internal project, however, there are a couple of very complex (and old) classic ASP pages we don't want to have to rewrite at the moment.
Is it possible within a .NET Core solution to run some classic ASP pages? So far we've not managed, but perhaps there is some Program.cs or appsettings.json configuration we are missing.