We have a web app depending on the installation of .net framework 1.1. If the user install .net framework 2.0 as an add on or if the user only has .net framework 2.0 installed, certain functionalities are broken resulting in an errormessage starting with :" Message: Request for the permission of type 'system.net.WebPermission,System, Version=2.0.0.0....."
Is there any way i can define that the web app only will use .net framework without modifying the code? Maybe in the web.config of the IIS?
Thanks in advance