Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to uninstall ASP.NET 1.1 from windows 2003

0 views
Skip to first unread message

Satish

unread,
Jul 3, 2003, 9:03:26 AM7/3/03
to
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)

unread,
Jul 3, 2003, 9:21:19 AM7/3/03
to
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" <kvens...@hotmail.com> wrote in message
news:O5ubAOWQ...@TK2MSFTNGP10.phx.gbl...

Graham

unread,
Jul 3, 2003, 9:29:10 AM7/3/03
to
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" <kvens...@hotmail.com> wrote in message
news:O5ubAOWQ...@TK2MSFTNGP10.phx.gbl...

Graham

unread,
Jul 3, 2003, 9:38:51 AM7/3/03
to
... 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" <gra...@tecskor.com> wrote in message
news:%23muT$bWQDH...@TK2MSFTNGP12.phx.gbl...

Satish

unread,
Jul 4, 2003, 12:37:12 AM7/4/03
to
thank you for your response Mr. Beamer... but i have a real problem.
i want to work with Speech sdk 1.0 beta which was shipped to me. I have
installed ASP.NET 1.0 Frame work and SDK successfully. and could able to run
both versions together. But Speech SDK is failing to install saying cannot
install as ASP.NET 1.1 is existing.

please guide me
thanks
satish
"Cowboy (Gregory A. Beamer)" <NoSpamM...@comcast.netRemuvThis> wrote in
message news:OYTVvXWQ...@tk2msftngp13.phx.gbl...

0 new messages