How to find out what version of ASP.NET I am using on my machine ?
Found an error? Read our corrections policy and submit a sourced correction below. You can also share a useful explanation in your own words.
A. Response.Write(System.Version.ToString() );
C. Response.Write(Version.ToString() );
D. not possible
Found an error? Read our corrections policy and submit a sourced correction below. You can also share a useful explanation in your own words.