When a site is running in IIS it is possible to choose .NET version in application pool settings.
How do I know which version of .NET is developer server running when I start my site from Visual Studio(2010)?
Thanks
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.
It will use the .NET framework version selected in Target Framework under project properties.
You can verify this by double-clicking on the ASP.NET Development Server task bar icon and inspecting the ASP.NET version.