Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Tell the Version of ASP.NET

Status
Not open for further replies.

dcusick

Technical User
Aug 9, 2000
271
US
Hello all! I was recently given a new project, and I am going to have to move over a website from a server to a new server. The new server is asking if the site is ASP.Net v1.1 or v2.0. The website was originally built overseas, and no one that was involved seems to know. Is there an easy way to tell? Looking at the directory structure, I see the 2.0 framework under the aspnet_client\System_web directory. Does this mean that the code was written for v2.0? Thanks in advance for any replies!!!
 
i would suggest that u choose .NET 2 itself, cause .NET 2 will also run .NET 1.x.

u could also get some clue if u can have a look at the code too. Both code behind(if u have it ie) files and ASPX files...

Known is handfull, Unknown is worldfull
 
If you just want to know the framework that the project was specifically written for, I'd suggest looking in the web.config file for that project as it should contain the relevant info.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top