473,386 Members | 1,668 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

installing release version

Hi all, I have a web server running an older beta version of the .net 2.0
framework redistributable package. Are there any documented steps to
un-install that and re-install the newer version? I dont have any other
products like VS etc. installed on it. Just the framework.

TIA!
Dec 7 '05 #1
4 1411
KJ
AFAIK, you just use the control panel add/remove programs for framework
2.0. If aspx files stop working on IIS after the uninstall, use
aspnet_regiis.exe to re-register the script mappings.

-KJ

Dec 8 '05 #2
Hi Param,

I Agree with KJ that we can just use the "Add/Remove program...." to remove
the beta version of .net framework 2.0. After that, just install the new
RTM version of .net framework 2.0 and check the IIS to see whether it is
configured correctly for ASP.NET 2.0.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: "KJ" <n_**********@mail.com>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: installing release version
| Date: 7 Dec 2005 17:35:55 -0800
| Organization: http://groups.google.com
| Lines: 6
| Message-ID: <11**********************@g49g2000cwa.googlegroups .com>
| References: <OW**************@TK2MSFTNGP10.phx.gbl>
| NNTP-Posting-Host: 69.32.176.2
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1134005797 16822 127.0.0.1 (8 Dec 2005
01:36:37 GMT)
| X-Complaints-To: gr**********@google.com
| NNTP-Posting-Date: Thu, 8 Dec 2005 01:36:37 +0000 (UTC)
| In-Reply-To: <OW**************@TK2MSFTNGP10.phx.gbl>
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7.8) Gecko/20050511 Firefox/1.0.4,gzip(gfe),gzip(gfe)
| Complaints-To: gr**********@google.com
| Injection-Info: g49g2000cwa.googlegroups.com; posting-host=69.32.176.2;
| posting-account=-EvJ3wsAAABogc-QthV-9_6Q4JSAQJuo
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.d ca.giganews.com!nntp.gigan
ews.com!postnews.google.com!g49g2000cwa.googlegrou ps.com!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:363529
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| AFAIK, you just use the control panel add/remove programs for framework
| 2.0. If aspx files stop working on IIS after the uninstall, use
| aspnet_regiis.exe to re-register the script mappings.
|
| -KJ
|
|

Dec 8 '05 #3
That worked! Thanks
"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:32******************@TK2MSFTNGXA02.phx.gbl...
Hi Param,

I Agree with KJ that we can just use the "Add/Remove program...." to
remove
the beta version of .net framework 2.0. After that, just install the new
RTM version of .net framework 2.0 and check the IIS to see whether it is
configured correctly for ASP.NET 2.0.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: "KJ" <n_**********@mail.com>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Subject: Re: installing release version
| Date: 7 Dec 2005 17:35:55 -0800
| Organization: http://groups.google.com
| Lines: 6
| Message-ID: <11**********************@g49g2000cwa.googlegroups .com>
| References: <OW**************@TK2MSFTNGP10.phx.gbl>
| NNTP-Posting-Host: 69.32.176.2
| Mime-Version: 1.0
| Content-Type: text/plain; charset="iso-8859-1"
| X-Trace: posting.google.com 1134005797 16822 127.0.0.1 (8 Dec 2005
01:36:37 GMT)
| X-Complaints-To: gr**********@google.com
| NNTP-Posting-Date: Thu, 8 Dec 2005 01:36:37 +0000 (UTC)
| In-Reply-To: <OW**************@TK2MSFTNGP10.phx.gbl>
| User-Agent: G2/0.2
| X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
rv:1.7.8) Gecko/20050511 Firefox/1.0.4,gzip(gfe),gzip(gfe)
| Complaints-To: gr**********@google.com
| Injection-Info: g49g2000cwa.googlegroups.com; posting-host=69.32.176.2;
| posting-account=-EvJ3wsAAABogc-QthV-9_6Q4JSAQJuo
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.d ca.giganews.com!nntp.gigan
ews.com!postnews.google.com!g49g2000cwa.googlegrou ps.com!not-for-mail
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:363529
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| AFAIK, you just use the control panel add/remove programs for framework
| 2.0. If aspx files stop working on IIS after the uninstall, use
| aspnet_regiis.exe to re-register the script mappings.
|
| -KJ
|
|

Dec 8 '05 #4
You're welcome Param,

Have a good day!

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: <pa***@community.nospam>
| References: <OW**************@TK2MSFTNGP10.phx.gbl>
<11**********************@g49g2000cwa.googlegroups .com>
<32**************@TK2MSFTNGXA02.phx.gbl>
| Subject: Re: installing release version
| Date: Thu, 8 Dec 2005 08:31:10 -0600
| Lines: 63
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <ug**************@TK2MSFTNGP15.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 69.2.40.60
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:363627
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| That worked! Thanks
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:32******************@TK2MSFTNGXA02.phx.gbl...
| > Hi Param,
| >
| > I Agree with KJ that we can just use the "Add/Remove program...." to
| > remove
| > the beta version of .net framework 2.0. After that, just install the new
| > RTM version of .net framework 2.0 and check the IIS to see whether it is
| > configured correctly for ASP.NET 2.0.
| >
| > Regards,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| > --------------------
| > | From: "KJ" <n_**********@mail.com>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | Subject: Re: installing release version
| > | Date: 7 Dec 2005 17:35:55 -0800
| > | Organization: http://groups.google.com
| > | Lines: 6
| > | Message-ID: <11**********************@g49g2000cwa.googlegroups .com>
| > | References: <OW**************@TK2MSFTNGP10.phx.gbl>
| > | NNTP-Posting-Host: 69.32.176.2
| > | Mime-Version: 1.0
| > | Content-Type: text/plain; charset="iso-8859-1"
| > | X-Trace: posting.google.com 1134005797 16822 127.0.0.1 (8 Dec 2005
| > 01:36:37 GMT)
| > | X-Complaints-To: gr**********@google.com
| > | NNTP-Posting-Date: Thu, 8 Dec 2005 01:36:37 +0000 (UTC)
| > | In-Reply-To: <OW**************@TK2MSFTNGP10.phx.gbl>
| > | User-Agent: G2/0.2
| > | X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
| > rv:1.7.8) Gecko/20050511 Firefox/1.0.4,gzip(gfe),gzip(gfe)
| > | Complaints-To: gr**********@google.com
| > | Injection-Info: g49g2000cwa.googlegroups.com;
posting-host=69.32.176.2;
| > | posting-account=-EvJ3wsAAABogc-QthV-9_6Q4JSAQJuo
| > | Path:
| >
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli
| >
ne.de!border2.nntp.dca.giganews.com!border1.nntp.d ca.giganews.com!nntp.gigan
| > ews.com!postnews.google.com!g49g2000cwa.googlegrou ps.com!not-for-mail
| > | Xref: TK2MSFTNGXA02.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:363529
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | AFAIK, you just use the control panel add/remove programs for
framework
| > | 2.0. If aspx files stop working on IIS after the uninstall, use
| > | aspnet_regiis.exe to re-register the script mappings.
| > |
| > | -KJ
| > |
| > |
| >
|
|
|

Dec 9 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Alex Lapp | last post by:
Hi ng, i have a problem installing cvs module from: http://www.object-craft.com.au/projects/csv/ My Python version is: Python 2.1.3 (Not the latest, but i need this version for running Zope...
0
by: Decio Alexandre | last post by:
------=_NextPart_000_003E_01C34D83.A02DB370 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi!! I had once installed PHPTriad, a package which...
5
by: Gerald Hernandez | last post by:
One of my development PC's died, and I need to have legacy VS and VS.Net installed at the same time. On the now dead PC, I had VS6 installed prior to installing VS.Net. This worked just fine. On...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
8
by: Daniel | last post by:
Hi My software requires .net 2.0, as always good old MS STILL hasn't put this on the essential download so it doesn't go through with an automatic update. Cleary they have a lot of faith in...
11
by: Don | last post by:
QUESTIONS: 1. Has anyone figured out how to successfully install the Office 97 Pro Service Release 2 patch in Vista? 2. Has anyone successfully installed an Office 97 Pro CD (SR2 version) in...
2
by: Ruslan A Dautkhanov | last post by:
Hello ! I'm about to install O9i on FreeBSD box. uname -a: FreeBSD stat2.scn.ru 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #2: Fri Apr 23 19:19:43 KRAST 2004...
5
by: John | last post by:
Hi I have an Outlook add-in solution which includes a setup project. If I install the Outlook add-in by right clicking on the setup project and sleeting Install then the add-in gets installed...
0
by: Steve Holden | last post by:
Saurabh Agrawal wrote: Unfortunately when a new release comes out package authors don't always rush to meet the demand for their software by providing a release for the new version. If the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.