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() )
How to find out what version of ASP.NET I am using on my machine?
Use this:
Response.Write(System.Environment.Version.ToString() )
2008
Back to TOP
0 comments:
Post a Comment