.net framework version for asp.net???

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
 
G

Guest

I think that would be the Project Properties->Build page. Click Supported
Runtimes.
 
M

Mark Fitzpatrick

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
 
G

Guest

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

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top