I installed .Net 4.5 and have targetFramework=”4.5″ in my web.config file but on an error page I saw this:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17020
How can I verify it is really using 4.5?
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.
Try adding a simple .ASPX file that uses some new 4.5 stuff and see if you can load it.
The
TextModeproperty ofTextBoxis a new HTML5 feature. This should create an HTML5 type=number input: