is it possible to run app .net v 1 on server with .net 4?
I have and exe program which is build on .net framework v1.1.4322 (I figured out the version by checking on manifest in ildsam). I need to move this app to the server which has .net v4. I changed config file and added the line of settings in config file.
My application does not run.
What do I need to do to make it run? Or its not possible?