.net framework version for asp.net???

  • Thread starter Thread starter Kiran B.
  • Start date Start date
K

Kiran B.

Hi, how do I know which version my code is running? I have two versions of
..net framework installed 1.0.3705 and 1.1

Thanks a lot
 
Typically, the Framework will compile to the latest version of the whatever
is installed so you shouldn't have to worry much.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Running under?

System.Environment gives you a lot of info. IIS can give you information for
a particular web, as well.

If you mean "coded under", you can poke at the compiled assembly using
reflection.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top