views:

1242

answers:

2

Anyone know the <%= %> or Response.Write() code for getting the version of .Net my web app is running on?

+8  A: 

System.Environment.Version will give you that.

jlew
A: 

System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion