Saturday, September 27, 2008

Version of ASP.NET I am using on my machine?

How to find out what version of ASP.NET I am using on my machine?

Use this:

Response.Write(System.Environment.Version.ToString() )

0 comments:

2008

Back to TOP