How do I get framework version?

  • Thread starter Thread starter Jon Davis
  • Start date Start date
J

Jon Davis

I'm using a shared web host and I want to get the remote server's framework
version using ASP.NET. How do I get this so I know the server uses v1.1?

Jon
 
You can use Environment.Version.ToString and a simple response.write to a
page will show the version.
 
Back
Top