How do I upgrade the ASP.NET engine to 2.0?

Last post 05-06-2008 10:31 AM by satalaj. 5 replies.

Sort Posts:

  • How do I upgrade the ASP.NET engine to 2.0?

    05-05-2008, 12:22 PM
    • Loading...
    • jtallen
    • Joined on 04-25-2008, 2:16 PM
    • Asheville, NC
    • Posts 2

    Hi everyone. I'm a little confused by all the articles on installation and configuration and I'm really new to this. I have Server 2003 running IIS 6 with a couple intranet applications for ASP.NET 1.1. How do I upgrade to 2.0? And can it run side by side with 1.1 so the old apps continue to work?

  • Re: How do I upgrade the ASP.NET engine to 2.0?

    05-05-2008, 12:30 PM
    • Loading...
    • Ken Tucker
    • Joined on 12-23-2003, 1:40 PM
    • Florida
    • Posts 923
    • TrustedFriends-MVPs

     Yes you can run asp.net 1.1 and 2.0 on the same machine.  There is a mmc plugin which is installed when you install asp.net 2.0 which allows you to select the framework version you want to use.  Note Asp.net 1.1 and 2.0 sites can not be in the same app pool

  • Re: How do I upgrade the ASP.NET engine to 2.0?

    05-05-2008, 12:41 PM
    • Loading...
    • jtallen
    • Joined on 04-25-2008, 2:16 PM
    • Asheville, NC
    • Posts 2

    Ok great... But how do I do the upgrade to 2.0? Is it an actual upgrade or is it a new install since both versions will be running on the server? I assume there is a download somewhere.... Confused  All I can find is framework 2.0 which I thought was client side stuff...  Confused

  • Re: How do I upgrade the ASP.NET engine to 2.0?

    05-05-2008, 12:55 PM
    Answer
    • Loading...
    • Ken Tucker
    • Joined on 12-23-2003, 1:40 PM
    • Florida
    • Posts 923
    • TrustedFriends-MVPs

    Run aspnet_regiis.exe  which is included with the framework to install asp.net 2

     

    http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
  • Re: How do I upgrade the ASP.NET engine to 2.0?

    05-05-2008, 1:52 PM
    Answer

    New install.  Easy way is to use Windows Updates.

    Jeff

    Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.
  • Re: How do I upgrade the ASP.NET engine to 2.0?

    05-06-2008, 10:31 AM
    • Loading...
    • satalaj
    • Joined on 11-28-2007, 5:41 AM
    • Pune
    • Posts 503

    1.Create new application pool in IIS6.0.
    2. assign Asp.Net runtime 2.0 to newly loaded asp.net 2.0 web application domains.
    3. load this application domains to get server in newly created application pool.
    4. Don't try to assign application pool serverd by 1.1 process to 2.0.
    5. one application pool one version of asp process.

    Satalaj

Page 1 of 1 (6 items)