Does anyone know the code <%= %> or Response.Write() to get the .Net version of my web application?
<%= %>
Response.Write()
System.Environment.Version will give you this.
System.Environment.Version
System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion