Does ASP v1 work with Framework 2.0

Last post 09-14-2006 4:18 PM by jeff@zina.com. 6 replies.

Sort Posts:

  • Does ASP v1 work with Framework 2.0

    09-13-2006, 1:25 PM
    • Participant
      1,717 point Participant
    • Fonzie
    • Member since 06-10-2005, 2:10 PM
    • Posts 865

    Does ASP 2 get installed with Framework 2? I am experiencing confusion with terms "net Framework" and "ASP" and how they work together.

     

  • Re: Does ASP v1 work with Framework 2.0

    09-13-2006, 1:31 PM
    • Participant
      1,763 point Participant
    • jstawski
    • Member since 12-10-2002, 3:44 PM
    • United States
    • Posts 376
    • TrustedFriends-MVPs
    Do you mean ASP.NET? If that's what you mean then yes it does get installed as part of the .NET framework. ASP.NET is part of the .NET framework.

    Basically ASP.NET is a set of assemblies that come with the .NET Framework that allow you to server ASPX pages (web forms) and thus create a dynamic website.
    JoNaS
    MVP - Microsoft Most Valuable Professional
    MCAD - Microsoft Certified Application Developer
    http://www.jstawski.com
  • Re: Does ASP v1 work with Framework 2.0

    09-13-2006, 1:38 PM
    • Participant
      1,717 point Participant
    • Fonzie
    • Member since 06-10-2005, 2:10 PM
    • Posts 865

    So if we have Framework 2 installed, does that mean we also have ASP.net 2.0 and not ASP.net 1.0?

     

  • Re: Does ASP v1 work with Framework 2.0

    09-14-2006, 9:06 AM
    • Participant
      1,763 point Participant
    • jstawski
    • Member since 12-10-2002, 3:44 PM
    • United States
    • Posts 376
    • TrustedFriends-MVPs
    I beleive if you install .net framework 2.0, asp.net 1.x won't be installed. But if you're wondering if you can run them side by side, then the answer is yes, you can. If .net 1.x was installed and then you install .net 2.0 then they both will be there. If you install 2.0 and 1.x was not there then asp.net 1.x won't be installed. You can double check this by going to IIS, right click on the default website. There should be an ASP.NET tab, under that tab there's a dropdown (ASP.NET version) and you have 2 values: 1.x or 2.0. That is how I have it because I have both versions. I'm not sure if the tab will be there if you only have 2.0 installed.
    JoNaS
    MVP - Microsoft Most Valuable Professional
    MCAD - Microsoft Certified Application Developer
    http://www.jstawski.com
  • Re: Does ASP v1 work with Framework 2.0

    09-14-2006, 1:48 PM
    • Participant
      1,717 point Participant
    • Fonzie
    • Member since 06-10-2005, 2:10 PM
    • Posts 865

    I do have both versions via checking by your directions but what I wanted to know was if you have Framework 2 does it automatically mean you have ASP 2?

     

  • Re: Does ASP v1 work with Framework 2.0

    09-14-2006, 2:30 PM
    • Participant
      1,763 point Participant
    • jstawski
    • Member since 12-10-2002, 3:44 PM
    • United States
    • Posts 376
    • TrustedFriends-MVPs

    yes, you have ASP.NET 2.0 installed

    JoNaS
    MVP - Microsoft Most Valuable Professional
    MCAD - Microsoft Certified Application Developer
    http://www.jstawski.com
  • Re: Does ASP v1 work with Framework 2.0

    09-14-2006, 4:18 PM
    • All-Star
      77,975 point All-Star
    • jeff@zina.com
    • Member since 09-26-2003, 6:43 AM
    • Naples, FL, USA
    • Posts 10,600
    • Moderator
      TrustedFriends-MVPs
    Fonzie:

    Does ASP 2 get installed with Framework 2? I am experiencing confusion with terms "net Framework" and "ASP" and how they work together.

     

    "ASP" is a specific technology that is not ASP.NET and not related to ASP.NET.  It's often referred to as ASP Classic or just ASP.  ASP 2.0 is standard on Windows 2000 and above, though you need to enable it in Server 2003/IIS 6.

    Jeff

    Blatant Self Promotion: ASP.NET 3.5 CMS Development
Page 1 of 1 (7 items)