Programming Tutorials Browser Tutorials Articles Struts Tutorials Hibernate Tutorials

  Tutorial: ASP.NET .NET How to get the .NET framework version your website is running on Tutorial

Tutorial explaining how to get the .NET framework version your website is running on.

Tutorial Details:

How to get the .NET framework version

Microsoft has released two versions of the .NET framework so far, and sometimes might be useful to know which version of the framework is your web host running. You can obtain this information easily with ASP.NET and here is how.

Create a new ASP.NET file and call it framework_version.aspx or any other name you want.

Copy and paste the following code there:

<%@ Page Language="VB" EnableSessionState="False" EnableViewState="False" Trace="False" Debug="False"%>

Site navigation
 

 

Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2006. All rights reserved.