Dear All,
I have two web application on my production server ( windows server 2008 R2 ,iis 7 , framework 2.0,3.5,4.0)
first application built in asp.net 2.0 and secand one is built in 4.0 framework.Now problem is that only one application is running and one is giving error.
if i run aspnet_regiis.exe -i command in ver 2.0 folder than first application starts running without error.and 2nd give error
This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded
if i run aspnet_regiis.exe -i command in ver 4.0 folder than first application giving same error and 2nd start running error.
i have changed their version also from manage application menu but nothing works for me..