473,378 Members | 1,360 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,378 software developers and data experts.

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 1677
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\Framework\v1.1.4322 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*******@gmail.comwrote in message
news:11**********************@s34g2000cwa.googlegr oups.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\Framework\v1.1.4322 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*******@gmail.comwrote in message
news:11**********************@s34g2000cwa.googlegr oups.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\microsoft.net\framework\v1.1.4322\aspne t_regiis.exe

"Mike" <an*******@gmail.comwrote in message
news:11**********************@38g2000cwa.googlegro ups.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\Framework\v1.1.4322 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*******@gmail.comwrote in message
news:11**********************@s34g2000cwa.googlegr oups.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*******@gmail.comwrote in message
news:11**********************@38g2000cwa.googlegro ups.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\Framework\v1.1.4322 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*******@gmail.comwrote in message
news:11**********************@s34g2000cwa.googlegr oups.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\microsoft.net\framework\v1.1.4322\aspne t_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_regiis.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.comwrote in message news:OJ**************@TK2MSFTNGP06.phx.gbl...
aspnet_regiis should be under the installed Windows directory. e.g.

c:\windows\microsoft.net\framework\v1.1.4322\aspne t_regiis.exe

"Mike" <an*******@gmail.comwrote in message
news:11**********************@38g2000cwa.googlegro ups.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\Framework\v1.1.4322 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*******@gmail.comwrote in message
news:11**********************@s34g2000cwa.googleg roups.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.comwrote in message
news:eX**************@TK2MSFTNGP06.phx.gbl...
re:
>c:\windows\microsoft.net\framework\v1.1.4322\aspn et_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_regiis.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.comwrote in message news:OU****************@TK2MSFTNGP04.phx.gbl...
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eX**************@TK2MSFTNGP06.phx.gbl...
>re:
>>c:\windows\microsoft.net\framework\v1.1.4322\asp net_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_regiis.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
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...
3
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...
10
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...
3
by: Tom Williams | last post by:
Hi! Ok, in this thread: ...
3
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...
5
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
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
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...
2
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...
5
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.