compilation vs. httpRuntime for targetFramework in web.config
<compilation targetFramework="4.5" />
Selects which version of the .NET Framework’s reference assemblies are used when performing compilation. (Note: Visual Studio requires that this element be present in Web.config, even though we auto-infer it.)
<...
karatas.dev1 min read