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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top