I have an ASP.NET website that I developed using .NET Framework 4.8. I re-created this site using ASP.NET Core 8 MVC. However, it is very difficult to write some parts of the site with MVC. Even if I do, it will take a long time.
Can I make this part in a folder like example.com/subject
work in my new project? I have SSL problems when I use subdomains. My certificate does not support subdomains.
5