Is there any way for a web user to determine the version of the .NET framework that is required for a particular web page they are viewing?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont think this is possible. It is the website owner who chooses which framework the application will be using (in IIS) More over some functions which are valid in .net 1.1. are no longer valid in 3.5 so this if something like this exists then the application will not work.