Hey,
I have a quick query for ASP .net core applications running on IIS10.
For the application pools of the site i have the admin running .NET CLR Version 4.0 and the front end on No Managed Code.
Is this the prefered approach? Is there downsides to having the front end as unmanaged code?Are there are other options i should have setup that i could be missing?
Thanks
The perefect set up is:
If you attempt to run the MVC site (.NET core 3.1 or .NET 5.0,6.0) as .NET 4.0, it won't run or you'll get errors.
Thanks Brenden
It worked in my case for .Net 6.0 MVC Site with .Net CLR Version v4.0.x app pool settings.
Please, sign in to be able to submit a new answer.