Results 1 to 9 of 9

Thread: What version of ASP.NET do I have?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    83

    What version of ASP.NET do I have?

    I have VS 2003 and have always used VB.NET. I have now been asked to build a few web pages in ASP.NET/VB.NET.

    Can anyone tell me how I can find out what version of ASP.NET? I've done the usual things but I can't seem to find the version number. Doh!

    Any help appriciated

  2. #2
    Lively Member
    Join Date
    Aug 2004
    Posts
    94

    Re: What version of ASP.NET do I have?


  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    83

    Re: What version of ASP.NET do I have?

    TSAR, thanks for your reply.
    Unfortunately, the link deals with the version of .NET Framework. I want to find out the particular version of ASP.NET that I have. I'm assuming it is ASP.NET version 1 but I want to be sure

    I've tried the Help > About but I can't see it there... Where else should I look?

    Any further ideas?

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: What version of ASP.NET do I have?

    ASP.NET version is irrelevant. The .NET Framework version is the only thing that matters. The framework controls all aspects of .NET.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    83

    Re: What version of ASP.NET do I have?

    Ah! Ok...
    The reason I ask is that I want to develop a template driven website. I've found an article on MasterPages where a User Control is used to divide the web page into a consistent format. The article I have read (or partly read) mentions the version of ASP.NET. For example, MasterPages don't work very well in ASP.NET version 1.x but have better support in version 2.0.

    Here is the link:http://aspnet.4guysfromrolla.com/articles/040704-1.aspx

    From what you have said then, version 1.x referrers to the framework installed, is that correct?

  6. #6
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: What version of ASP.NET do I have?

    .Net 2.0 is not in final release, so no web applications should be put into production that use it - AND FURTHERMORE, you all have to wait until I learn it so I can get more money$$$

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    83

    Re: What version of ASP.NET do I have?

    Interestingly though, I have read that by using this procedure you can easily upgrade your work to .NET 2.0. With very little effort.

    Hhmm, we'll see...

  8. #8
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: What version of ASP.NET do I have?

    I have been running ASP.NET 2.0 Beta on my own development web server for quite some time now.
    An easy way to find out what version you're running is to cause an exception to be thrown. For example:

    VB Code:
    1. '' in Page_Load()
    2.     ''
    3.     Throw New Exception()

    Your version number will be displayed at the bottom of the page.

    Also, if you go into Control Panel, and into Administrative Tools, you'll see icons for the 1.0 Framework and 1.1 Framework... if you see the 1.1 icons, you're probably using the 1.1 Framework
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Jul 2004
    Posts
    83

    Re: What version of ASP.NET do I have?

    Hhmm nice one, thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width