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

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

A. Response.Write(Version.ToString() );
B. Response.Write(System.Version.ToString() );
C. Response.Write(System.Environment.Version.ToString() );
D. not possible