Is it possible to run an application created with asp.net 4.5 on a server running asp.net 4.7.1?
According to Microsoft's Application Compatibility Page, any application created for 4.0 runtime will run on Compatibility Mode. Does this mean that since runtime for 4.5 is the same for 4.7.1 that there will be no issues?
I foresee three outcomes. One, is that since the runtime version is the same for both 4.5 and 4.7.1, the server will run the code without any issues. Two, is that the server will run the code, but will have some issues due to the differences between 4.5 and 4.7.1. Third is that the server will outright not run the application.
Any clarification would be greatly appreciated. Thanks.