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

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

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

C. Response.Write(Version.ToString() );

D. not possible

Be the first to comment if anything wrong with this mcq
Your comment successfully submitted!
It will automatically posted after review and approval by our staff member.