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.
Now we are converting in .NET Core 8.0. I do not see any option in IIS for those legacy .aspx pages to render along with new core application.
Ideal solution would be convert them in html pages, but they in thousands. Also their rating in SEO is pretty good, so can’t discard straight away.
Please suggest on the approaches, I can get both running on IIS.
Rajiv Ranjan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.