Can legacy .aspx pages run on .Net Core Application (Version 8.0)
I am converting legacy .NET Framework application to .NET Core 8.0 Web Application. There are certain static aspx pages on the server, which are not part of .Net Application, they are standalone. Reason for them in .aspx is to have include funtion, this way common menu & footer are centralized.