473,624 Members | 2,566 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is ASP.Net 1.1 still needed after installing ASP.Net 2.0

I'm having strange problems with IE7 just quiting when I open documents
on some Sharepoint 3.0 Sites and I think it could be a asp.net issue.
My Windows 2003 Server running IIS 6 and Windows Sharepoint Services
3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP
Net Tab.

My Question is, should I uninstall asp.net 1.1

Jan 18 '07 #1
7 1686
re:
My Question is, should I uninstall asp.net 1.1
You can uninstall it or you can disable it.

Uninstall :

aspnet_regiis -u
( from a command line in the Microsoft.NET\F ramework\v1.1.4 322 directory )

Disable:

aspnet_regiis -disable

I'd only disable it.
You never know when you might need it.

At that point, just running :
aspnet_regiis -enable
would have it up and running again with no hassle.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Mike" <an*******@gmai l.comwrote in message
news:11******** **************@ s34g2000cwa.goo glegroups.com.. .
I'm having strange problems with IE7 just quiting when I open documents
on some Sharepoint 3.0 Sites and I think it could be a asp.net issue.
My Windows 2003 Server running IIS 6 and Windows Sharepoint Services
3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP
Net Tab.

My Question is, should I uninstall asp.net 1.1

Jan 18 '07 #2
Thanks for the reply; however the program named aspnet_regiis does
not exist on my Windows 2003 server, nor do any \framework\
directories exist under the Microsoft.NET\ directory. I guess that,
because It's an opton in IIS, I assumed it must be installed.

Juan T. Llibre wrote:
re:
My Question is, should I uninstall asp.net 1.1

You can uninstall it or you can disable it.

Uninstall :

aspnet_regiis -u
( from a command line in the Microsoft.NET\F ramework\v1.1.4 322 directory )

Disable:

aspnet_regiis -disable

I'd only disable it.
You never know when you might need it.

At that point, just running :
aspnet_regiis -enable
would have it up and running again with no hassle.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Mike" <an*******@gmai l.comwrote in message
news:11******** **************@ s34g2000cwa.goo glegroups.com.. .
I'm having strange problems with IE7 just quiting when I open documents
on some Sharepoint 3.0 Sites and I think it could be a asp.net issue.
My Windows 2003 Server running IIS 6 and Windows Sharepoint Services
3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP
Net Tab.

My Question is, should I uninstall asp.net 1.1
Jan 19 '07 #3
Kev
aspnet_regiis should be under the installed Windows directory. e.g.

c:\windows\micr osoft.net\frame work\v1.1.4322\ aspnet_regiis.e xe

"Mike" <an*******@gmai l.comwrote in message
news:11******** **************@ 38g2000cwa.goog legroups.com...
Thanks for the reply; however the program named aspnet_regiis does
not exist on my Windows 2003 server, nor do any \framework\
directories exist under the Microsoft.NET\ directory. I guess that,
because It's an opton in IIS, I assumed it must be installed.

Juan T. Llibre wrote:
re:
My Question is, should I uninstall asp.net 1.1

You can uninstall it or you can disable it.

Uninstall :

aspnet_regiis -u
( from a command line in the Microsoft.NET\F ramework\v1.1.4 322 directory )

Disable:

aspnet_regiis -disable

I'd only disable it.
You never know when you might need it.

At that point, just running :
aspnet_regiis -enable
would have it up and running again with no hassle.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Mike" <an*******@gmai l.comwrote in message
news:11******** **************@ s34g2000cwa.goo glegroups.com.. .
I'm having strange problems with IE7 just quiting when I open documents
on some Sharepoint 3.0 Sites and I think it could be a asp.net issue.
My Windows 2003 Server running IIS 6 and Windows Sharepoint Services
3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP
Net Tab.

My Question is, should I uninstall asp.net 1.1

Jan 19 '07 #4
re:
Thanks for the reply;
You're welcome.

re:
however the program named aspnet_regiis does not exist on my Windows 2003 server,
nor do any \framework\ directories exist under the Microsoft.NET\ directory.
Didn't you state that :
My Windows 2003 Server running IIS 6 and Windows Sharepoint Services
3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP.Net Tab
???

If so, you *must* have the .Net Frameworks 1.1 and 2.0 installed.
For one thing, the .Net Framework comes pre-installed in Windows 2003 Server.

Look in Drive:\%WINDIR% \Microsoft.NET\ Framework

You'll find them there.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Mike" <an*******@gmai l.comwrote in message
news:11******** **************@ 38g2000cwa.goog legroups.com...
Thanks for the reply; however the program named aspnet_regiis does
not exist on my Windows 2003 server, nor do any \framework\
directories exist under the Microsoft.NET\ directory. I guess that,
because It's an opton in IIS, I assumed it must be installed.

Juan T. Llibre wrote:
re:
My Question is, should I uninstall asp.net 1.1

You can uninstall it or you can disable it.

Uninstall :

aspnet_regiis -u
( from a command line in the Microsoft.NET\F ramework\v1.1.4 322 directory )

Disable:

aspnet_regiis -disable

I'd only disable it.
You never know when you might need it.

At that point, just running :
aspnet_regiis -enable
would have it up and running again with no hassle.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Mike" <an*******@gmai l.comwrote in message
news:11******** **************@ s34g2000cwa.goo glegroups.com.. .
I'm having strange problems with IE7 just quiting when I open documents
on some Sharepoint 3.0 Sites and I think it could be a asp.net issue.
My Windows 2003 Server running IIS 6 and Windows Sharepoint Services
3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP
Net Tab.

My Question is, should I uninstall asp.net 1.1

Jan 19 '07 #5
re:
c:\windows\micr osoft.net\frame work\v1.1.4322\ aspnet_regiis.e xe
For the .Net Framework 1.1, yes.

For the .Net Framework 2.0, it'll be at :

drive:\windows\ microsoft.net\f ramework\v2.0.5 0727\aspnet_reg iis.exe


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Kev" <me@me.comwro te in message news:OJ******** ******@TK2MSFTN GP06.phx.gbl...
aspnet_regiis should be under the installed Windows directory. e.g.

c:\windows\micr osoft.net\frame work\v1.1.4322\ aspnet_regiis.e xe

"Mike" <an*******@gmai l.comwrote in message
news:11******** **************@ 38g2000cwa.goog legroups.com...
Thanks for the reply; however the program named aspnet_regiis does
not exist on my Windows 2003 server, nor do any \framework\
directories exist under the Microsoft.NET\ directory. I guess that,
because It's an opton in IIS, I assumed it must be installed.

Juan T. Llibre wrote:
>re:
My Question is, should I uninstall asp.net 1.1

You can uninstall it or you can disable it.

Uninstall :

aspnet_regii s -u
( from a command line in the Microsoft.NET\F ramework\v1.1.4 322 directory )

Disable:

aspnet_regii s -disable

I'd only disable it.
You never know when you might need it.

At that point, just running :
aspnet_regii s -enable
would have it up and running again with no hassle.

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
============== =============== ======
"Mike" <an*******@gmai l.comwrote in message
news:11******* *************** @s34g2000cwa.go oglegroups.com. ..
I'm having strange problems with IE7 just quiting when I open documents
on some Sharepoint 3.0 Sites and I think it could be a asp.net issue.
My Windows 2003 Server running IIS 6 and Windows Sharepoint Services
3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP
Net Tab.

My Question is, should I uninstall asp.net 1.1


Jan 19 '07 #6
Kev
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:eX******** ******@TK2MSFTN GP06.phx.gbl...
re:
>c:\windows\mic rosoft.net\fram ework\v1.1.4322 \aspnet_regiis. exe
For the .Net Framework 1.1, yes.

For the .Net Framework 2.0, it'll be at :
drive:\windows\ microsoft.net\f ramework\v2.0.5 0727\aspnet_reg iis.exe
But he only asked about uninstalling ASP.NET 1.1 ;) Sorry, couldn't resist.
Jan 19 '07 #7
re:
But he only asked about uninstalling ASP.NET 1.1 ;) Sorry, couldn't resist.
<chuckle>

T.G.I.F.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== =====
"Kev" <me@me.comwro te in message news:OU******** ********@TK2MSF TNGP04.phx.gbl. ..
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:eX******** ******@TK2MSFTN GP06.phx.gbl...
>re:
>>c:\windows\mi crosoft.net\fra mework\v1.1.432 2\aspnet_regiis .exe
For the .Net Framework 1.1, yes.

For the .Net Framework 2.0, it'll be at :
drive:\windows \microsoft.net\ framework\v2.0. 50727\aspnet_re giis.exe
But he only asked about uninstalling ASP.NET 1.1 ;) Sorry, couldn't resist.

Jan 19 '07 #8

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

Similar topics

0
2957
by: BT | last post by:
Hi, I am trying to install php-mysql-4.0.6-7.i386.rpm(to get php to work with mysql as suggested for my earlier error). I get the following error for rpm -i php-mysql-4.0.6-7.i386.rpm. Error failed dependecies : libmysqlclient.so.10 is needed is needed by php-mysql-4.0.6-7.
3
4916
by: Jean-Christian Imbeault | last post by:
I have a user account on a RH Linux machine but no root access. I succesfully installed apache 1.3 under my /home/ account but can't get PHP to install properly. I have done the following steps: #1 compiled and installed apache using --prefix=/home/imbeauje/apache. Tested that it works.
10
2199
by: svenn.are | last post by:
Hi, I wanted to run a program that is written in PyQt on my mac, and went over to Riverbank to get PyQ 3.13 and SIP 4.1.1 sources. I followed the installation guide except for the compiling python as Macosx already has python. I had no problem with compiling SIP and also no problem with compiling PyQt nor did I have any error message during make install.
3
1566
by: Tom Williams | last post by:
Hi! Ok, in this thread: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=2438ae9c.0302101154.767e29e6%40posting.google.com&rnum=1&prev=/groups%3Fq%3DUDB%2B8.1%2Binstall%2BHP-UX%2Bgroup:comp.databases.ibm-db2%26hl%3Den%26lr%3D%26ie%3DUTF-8%26group%3Dcomp.databases.ibm-db2%26selm%3D2438ae9c.0302101154.767e29e6%2540posting.google.com%26rnum%3D1 I learned that DB2 UDB 8.1 requires HP-UX 11i and I've since upgraded from 11.00B to...
3
4111
by: jaggi | last post by:
Hi all, I downloaded DB2 enterprise edition from partnerworld on ibm.com and unzipped and untarred it and copied it to CD and tried installing on AIX using SMIT. I am getting errors while installing DB2. they seems like related to java or dependent on java. Is there anyone who has faced some problem installing DB2? Do i have to install Java from expansion pack or bonus pack before installing DB2 regards,
5
1286
by: ray well | last post by:
hi, are reboots needed after installing mdac ? are reboots needed after installing .net framework? i'm planning out an install, and need to know what to expect. thanks,
3
2000
by: ray well | last post by:
hi, are administrator rights needed when installing mdac ? are administrator rights needed when installing .net framework ? thanks, ray
3
1983
by: Alan Isaac | last post by:
This is a simple question about actual practice. I just want to know how you (yes you) are approaching this problem. The problem: What is the recommended packaging of demo scripts or test scripts for a package to be distributed to others to "play with". (I.e., without "installing".)
2
1680
by: sainiamit25 | last post by:
Hello Everybody, I want to install XML::Parser for perl. When i tried installing that package, it gave me error saying XML::expact need to be installed. I downloaded XML::Expact and when i tried to install it, it asked me to install gcc. Can anybody give me the link for downloading gcc from internet. i downloaded the gcc package from sunfreeware.com (package name gcc_small-3.3.2-sol9-intel-local.gz) by following the following steps:- To...
5
2385
by: alee | last post by:
Hi, I am trying to configure DNN 4.05.03 on VS 2005 (DotNet 2) But i am unable to get it working. I have followed the steps but i am being failed continuously. Here is the detail what i have done and where i get fail. I installed DNN 4.04.03 using VSI Installer. It installed successfully. I created a DNN Project with HTTP server and the address was
0
8249
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8179
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8685
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8348
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8493
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4187
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2613
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1797
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.