How to uninstall ASP.NET 1.1 from windows 2003

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default How to uninstall ASP.NET 1.1 from windows 2003

    Hi
    How can i uninstall ASP.NET 1.1 from windows server 2003 .. i want to have
    just ASP.NET 1.0 on my server

    thanks
    Satish


    Satish Guest

  2. Similar Questions and Discussions

    1. Windows Server 2003 member in Windows 2000 domain
      At a primary school where I sometimes aid in the network administration we are going to add a file server to our existing network. Currently the...
    2. Windows 2003 Server can't see members of Windows 2000 Domain
      Hi there, The problem I have is quite straight-forward to describe: I have an existing Windows 2000 domain to which I've recently added a new...
    3. UNINSTALL WINDOWS SERVER 2003
      I have installed Window's Server 2003 on my OS along with XP Professional, and i am trying to uninstall Window's Server 2003. PLEASE CAN SOMEONE...
    4. Windows service won't uninstall
      On Win2000 Server, I have a Windows service ( not a web service) which was build with VB.NET 2003, and to use the .NET Framework 1.1. This service...
    5. Explorer Search (F3) find a text/keyword in files is defect in Windows XP SP1 und Windows 2003 Server
      Is this issue known? And do anybody knows, if there is an Microsoft update is available? (no hint in Microsoft Updates) Or do anybody know a real...
  3. #2

    Default Re: How to uninstall ASP.NET 1.1 from windows 2003

    Windows 2003 comes preinstalled with the Framework, so I know of no way to
    remove it without some hacking. It is not a problem, as you can set which
    Framework is default. I am not sure why you would want to go back in time,
    however, as the 1.1 Framework has many security fixes, as well as
    performance tweaks. If you need to code for 1.0 on this machine, you can
    still do it. If you add the framework tags to the config file, it will run
    under 1.0 no matter what the machine has.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    Author: ADO.NET and XML: ASP.NET on the Edge

    ************************************************** **************************
    ****
    Think Outside the Box!
    ************************************************** **************************
    ****
    "Satish" <kvensatish@hotmail.com> wrote in message
    news:O5ubAOWQDHA.2036@TK2MSFTNGP10.phx.gbl...
    > Hi
    > How can i uninstall ASP.NET 1.1 from windows server 2003 .. i want to have
    > just ASP.NET 1.0 on my server
    >
    > thanks
    > Satish
    >
    >

    Cowboy \(Gregory A. Beamer\) Guest

  4. #3

    Default Re: How to uninstall ASP.NET 1.1 from windows 2003

    Use aspnet_regiis.exe -u

    -u - Uninstall this version of ASP.NET. Existing scriptmaps
    to this version are remapped to highest remaining
    version of ASP.NET installed on the machine.

    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

    Then you will have to set up ASPNet 1.0 using

    aspnet_regiis.exe -i

    from the directory where you install framework version 1.0.

    I hope that works.
    Graham.

    "Satish" <kvensatish@hotmail.com> wrote in message
    news:O5ubAOWQDHA.2036@TK2MSFTNGP10.phx.gbl...
    > Hi
    > How can i uninstall ASP.NET 1.1 from windows server 2003 .. i want to have
    > just ASP.NET 1.0 on my server
    >
    > thanks
    > Satish
    >
    >

    Graham Guest

  5. #4

    Default Re: How to uninstall ASP.NET 1.1 from windows 2003

    .... incidently, you can use these commands to also support multiple
    different versions of ASP.Net on the same server (down to the site or
    virtual directory).

    Graham.

    "Graham" <graham@tecskor.com> wrote in message
    news:%23muT$bWQDHA.1752@TK2MSFTNGP12.phx.gbl...
    > Use aspnet_regiis.exe -u
    >
    > -u - Uninstall this version of ASP.NET. Existing scriptmaps
    > to this version are remapped to highest remaining
    > version of ASP.NET installed on the machine.
    >
    > C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
    >
    > Then you will have to set up ASPNet 1.0 using
    >
    > aspnet_regiis.exe -i
    >
    > from the directory where you install framework version 1.0.
    >
    > I hope that works.
    > Graham.
    >
    > "Satish" <kvensatish@hotmail.com> wrote in message
    > news:O5ubAOWQDHA.2036@TK2MSFTNGP10.phx.gbl...
    > > Hi
    > > How can i uninstall ASP.NET 1.1 from windows server 2003 .. i want to
    have
    > > just ASP.NET 1.0 on my server
    > >
    > > thanks
    > > Satish
    > >
    > >
    >
    >

    Graham Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139