Board index » Web Programming » How do I get framework version?

How do I get framework version?

Web Programming192
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


-
 

Re:How do I get framework version?

You can use Environment.Version.ToString and a simple response.write to a

page will show the version.

"Jon Davis" <jon@REMOVE.ME.PLEASE.jondavis.net>wrote in message

Quote
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









-

Re:How do I get framework version?

thanks



"Showjumper" <shojumper@grkjashdjkf.com>wrote in message

Quote
You can use Environment.Version.ToString and a simple response.write to a

page will show the version.

"Jon Davis" <jon@REMOVE.ME.PLEASE.jondavis.net>wrote in message

news:uAqEW864DHA.1804@TK2MSFTNGP12.phx.gbl...

>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

>

>









-