Anyone know the <%= %> or Response.Write() code for getting the version of .Net my web app is running on?
<%= %>
Response.Write()
System.Environment.Version will give you that.
System.Environment.Version
System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion