Relative Content

Tag Archive for asp.net-mvcasp.net-core

ASP.NET Core – error 404.15 after conversion from .NET 4.7 to .NET 6.0

I have recently converted all my apps from .NET Frameworks to .NET 6.0. I have having issue with a MVC controller method which attempts to reproduce a result that was historically created in memory, and leaves enough information for it to be re-created later. This data is not stored other than in the history of the request.