Old Version of .NET

S

Surajit Laha

Hi,

When I installed VS.NET, it installed .NET 1.0.3705.

Now I have installed .NET Framework redist 1.1, but the system seems
to be using the older one.

How do I check/assure whcih version is being used and how to get rid
of the older one (to reclaim some space!).

regards,

-surajIT
 
C

Curt_C [MVP]

are you talking on the WWW box or your Dev box?
You should have an "add/remove" option for your 1.0 framework on the server
though.
 
C

Chris Moore

You can execute:
%windir%\microsoft.net\framework\v1.0.3705\aspnet_regiis -u
to unregister v1.0 from IIS.

Then, to register v1.1:
%windir%\microsoft.net\framework\v1.1.4322\aspnet_regiis -i

Finally, you should be able to completely uninstall v1.0 from your machine
(not just from IIS) by going to the Add/Remove programs.

HTH,
Chris


--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top