Results 1 to 3 of 3

Thread: How to run an ASP.NET version 1.x Web application in the .NET Framework

  1. #1
    Join Date
    Mar 2009
    Posts
    8

    How to run an ASP.NET version 1.x Web application in the .NET Framework

    Hi

    I want to run an ASP.NET version 1.x Web application in the .NET Framework version 2.0. Can some one provide me information and steps ?

    Thanks

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: How to run an ASP.NET version 1.x Web application in the .NET Framework

    The .NET Framework allows you to install multiple versions of the common language runtime on the same computer. Installing the .NET Framework 2.0 will not disrupt any existing applications that are running on previous versions of the .NET Framework. The .NET Framework 2.0 is designed to have a high degree of backward compatibility with applications built with previous versions of the .NET Framework. An application running on a previous version of the .NET Framework can be made to run on the .NET Framework 2.0 by mapping the application to use the ASP.NET 2.0 ISAPI extension (Aspnet_isapi.dll).

  3. #3
    Join Date
    May 2008
    Posts
    29

    Re: How to run an ASP.NET version 1.x Web application in the .NET Framework

    To configure a 1.x application's script map to use the .NET Framework version 2.0

    1. On the Start menu, click Run.
    2. In the Open box, type inetmgr and click OK.
    3. In Internet Information Services (IIS) Manager, expand the local computer, and then expand Web Sites.
    4. Select the target Web site that is running in the .NET Framework version 1.x.
    5. Right-click the name of the virtual directory for the Web site, and then click Properties.
      The <WebSiteName> Properties dialog box appears.
    6. In the ASP.NET version selection list, choose the .NET Framework version 2.0.
    7. Click OK.
    8. Navigate to a page in your application and confirm that your application runs as expected.

Similar Threads

  1. which version MS .Net framework??
    By MTHall51 in forum Operating Systems
    Replies: 3
    Last Post: 06-08-2010, 10:22 AM
  2. How do .NET FRamework Version 2.0 works
    By Atilla in forum Windows Software
    Replies: 3
    Last Post: 12-03-2009, 10:59 AM
  3. Which version of net framework for windows 7?
    By Gluteus in forum Networking & Security
    Replies: 3
    Last Post: 23-02-2009, 11:25 PM
  4. Net Framework, Version 2.0 (KB928365) fails to install
    By David F. Sage in forum Windows Update
    Replies: 4
    Last Post: 24-04-2008, 04:41 PM
  5. Replies: 2
    Last Post: 08-02-2008, 09:15 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,749,866,265.41463 seconds with 16 queries