Question : Finding version of ASP.net on Server

Hi Folks,

How do i find out thru code which version of ASP.net the webserver is running.

Thanks

RG

Answer : Finding version of ASP.net on Server

Response.Write("The .NET version is " & System.Environment.Version.ToString() )
Random Solutions  
 
programming4us programming4us