So let's say I have my app pool set for "4.0.30319". In Visual Studio, my project settings are set for ".NET Framework 4.6.2".
In my web.config, there is a line:
<httpRuntime targetFramework="4.5" maxRequestLength="30720" executionTimeout="36000"/>
And 4.8 is actually installed on the server running ISS.
Now lets say there was a change in behavior shipped in, say, 4.7. Will I see the new behavior in my application?