12. 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
✅ The correct answer is option C.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top