Live Chat Icon For mobile
Live Chat Icon

How to find out what version of ASP.NET I am using on my machine?

Platform: ASP.NET| Category: Basic

VB.NET


Response.Write(System.Environment.Version.ToString() )

C#


Response.Write(System.Environment.Version.ToString() );

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.