Consider I am having two versions of .Net(.Net 1.1,2.0) in my developement machines. If I am deploying my application X against .Net 1.1 and deploying another applicatin Y agaings .Net 2.0 framework.
Now I need to know in which CLR(1.1 or 2.0) my both applications will run?
Also state me the reason?