vote up 1 vote down star

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

flag

80% accept rate

2 Answers

vote up 7 vote down check

System.Environment.Version will give you that.

link|flag
vote up 0 vote down

System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.