Ask a Question related to ASP.NET General, Design and Development.
-
Satish #1
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
-
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... -
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... -
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... -
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... -
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... -
Cowboy \(Gregory A. Beamer\) #2
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
-
Graham #3
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
-
Graham #4
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...have> 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>> > just ASP.NET 1.0 on my server
> >
> > thanks
> > Satish
> >
> >
>
Graham Guest



Reply With Quote

