I have a .NET 4.0 application with a 2.0 application as a child. The web applications are not in a multi-server environment; only one server is involved in serving these reques
You must have the same framework on the 2 applications.
httpRuntime targetFramework="4.5"