.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
 
I think that would be the Project Properties->Build page. Click Supported
Runtimes.
 
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!
***************************
 

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