Version of .Net....

T

Tor Bådshaug

If you have a VS.NET installation on the box in question and you are
interested in the .NET framework version used by VS.NET, you can for
instance open the Visual Studio.NET Command Prompt (start menu) and type
csc, or you could open VS.NET and go to "Help|About" where you will find
version information.

If this does not apply to your case, you may find out which ASP.NET/.NET
Framework version is in use by deliberately cause an exception to be thrown
in an .aspx file. At the bottom of the error page you will find version
information. (This typically applies to development environment only, as the
error page does not show this information.

You can also check the registry entries under
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\policy"
(here you will also the "upgrade" path to the current version)

Hope some of this helped.

Tor Bådshaug
tor.badshaug [//at\\] bekk.no.
 

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

Top