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

Installed IIS after .NET Framework

Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework and
reinstall it? Thanks loads in advance!

--
Nick Pateman

---------------------------------------------------------------
Please do not reply directly to me, but the entire newsgroup.
Any views expressed above are my own
Without predjudice
Nov 19 '05 #1
10 3589
from the Asp Framework folder

aspnet_regiis.exe -i (to install)
aspnet_regiis.exe -c (to copy the client files to the folder)

hth

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:
Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework and
reinstall it? Thanks loads in advance!

--
Nick Pateman

---------------------------------------------------------------
Please do not reply directly to me, but the entire newsgroup.
Any views expressed above are my own
Without predjudice

Nov 19 '05 #2
Have you done the tried and tested:

aspnet_regiis -i

type that in your .net path, which will likely look like

C:\windows\Microsoft.NET\Framework\v1.1.4322

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Nick" <no****@altavente.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework and
reinstall it? Thanks loads in advance!

--
Nick Pateman

---------------------------------------------------------------
Please do not reply directly to me, but the entire newsgroup.
Any views expressed above are my own
Without predjudice

Nov 19 '05 #3
Hi Nick,

%windir%\Microsoft.NET\Framework\v1.X.XXXX\aspnet_ regiis.exe -i

should do the trick

Thomas

"Nick" <no****@altavente.com> schrieb im Newsbeitrag
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework and
reinstall it? Thanks loads in advance!

--
Nick Pateman

---------------------------------------------------------------
Please do not reply directly to me, but the entire newsgroup.
Any views expressed above are my own
Without predjudice

Nov 19 '05 #4
run aspnet_regiis -i

That should register the .Net Framework with IIS.
( and that includes registering ASP.NET with IIS )

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"Nick" <no****@altavente.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi there,

I'm having troubles with IIS as it was installed after the .NET Framework and VS.NET
2003. In the control panel I cannot see the "Web Service Extensions" section in order
to enable any of them. How do I resolve this? Please don't say I have to uninstall the
.net framework and reinstall it? Thanks loads in advance!

--
Nick Pateman

---------------------------------------------------------------
Please do not reply directly to me, but the entire newsgroup.
Any views expressed above are my own
Without predjudice

Nov 19 '05 #5
Unfortunately the folder is still not there.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:10**********************************@microsof t.com...
from the Asp Framework folder

aspnet_regiis.exe -i (to install)
aspnet_regiis.exe -c (to copy the client files to the folder)

hth

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:
Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework
and
reinstall it? Thanks loads in advance!

--
Nick Pateman

---------------------------------------------------------------
Please do not reply directly to me, but the entire newsgroup.
Any views expressed above are my own
Without predjudice

Nov 19 '05 #6
If the .NET Framework was uninstalled and its directory deleted,
there's no way out but to reinstall the .Net Framework.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"Nick" <a@a.com> wrote in message news:uf***************@TK2MSFTNGP11.phx.gbl...
Unfortunately the folder is still not there.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:10**********************************@microsof t.com...
from the Asp Framework folder

aspnet_regiis.exe -i (to install)
aspnet_regiis.exe -c (to copy the client files to the folder)

hth

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:
Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework and
reinstall it? Thanks loads in advance!

--
Nick Pateman

Nov 19 '05 #7
Aarrrrghhh!!!

Thanks, why on earth cant they make a simple app that fixes it? Oh well,
cheers for your help :-)

Nick.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ed**************@TK2MSFTNGP12.phx.gbl...
If the .NET Framework was uninstalled and its directory deleted,
there's no way out but to reinstall the .Net Framework.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"Nick" <a@a.com> wrote in message
news:uf***************@TK2MSFTNGP11.phx.gbl...
Unfortunately the folder is still not there.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:10**********************************@microsof t.com...
from the Asp Framework folder

aspnet_regiis.exe -i (to install)
aspnet_regiis.exe -c (to copy the client files to the folder)

hth

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:

Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework
and
reinstall it? Thanks loads in advance!

--
Nick Pateman


Nov 19 '05 #8
What a crap day i'm having!!!

"Nick" <a@a.com> wrote in message
news:Oa**************@TK2MSFTNGP14.phx.gbl...
Aarrrrghhh!!!

Thanks, why on earth cant they make a simple app that fixes it? Oh well,
cheers for your help :-)

Nick.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:ed**************@TK2MSFTNGP12.phx.gbl...
If the .NET Framework was uninstalled and its directory deleted,
there's no way out but to reinstall the .Net Framework.

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"Nick" <a@a.com> wrote in message
news:uf***************@TK2MSFTNGP11.phx.gbl...
Unfortunately the folder is still not there.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:10**********************************@microsof t.com...
from the Asp Framework folder

aspnet_regiis.exe -i (to install)
aspnet_regiis.exe -c (to copy the client files to the folder)

hth

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:

> Hi there,
>
> I'm having troubles with IIS as it was installed after the .NET
> Framework and VS.NET 2003. In the control panel I cannot see the "Web
> Service Extensions" section in order to enable any of them. How do I
> resolve this? Please don't say I have to uninstall the .net framework
> and
> reinstall it? Thanks loads in advance!
>
> --
> Nick Pateman



Nov 19 '05 #9
What "folder" are you referring to specifically?

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:
Unfortunately the folder is still not there.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:10**********************************@microsof t.com...
from the Asp Framework folder

aspnet_regiis.exe -i (to install)
aspnet_regiis.exe -c (to copy the client files to the folder)

hth

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:
Hi there,

I'm having troubles with IIS as it was installed after the .NET
Framework and VS.NET 2003. In the control panel I cannot see the "Web
Service Extensions" section in order to enable any of them. How do I
resolve this? Please don't say I have to uninstall the .net framework
and
reinstall it? Thanks loads in advance!

--
Nick Pateman

---------------------------------------------------------------
Please do not reply directly to me, but the entire newsgroup.
Any views expressed above are my own
Without predjudice


Nov 19 '05 #10
No problems now, its all working, I was referring to the "Web Service
Extensions" folder in the IIS control panel.

Nick.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:2F**********************************@microsof t.com...
What "folder" are you referring to specifically?

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Nick" wrote:
Unfortunately the folder is still not there.

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:10**********************************@microsof t.com...
> from the Asp Framework folder
>
> aspnet_regiis.exe -i (to install)
> aspnet_regiis.exe -c (to copy the client files to the folder)
>
> hth
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com
>
>
>
> "Nick" wrote:
>
>> Hi there,
>>
>> I'm having troubles with IIS as it was installed after the .NET
>> Framework and VS.NET 2003. In the control panel I cannot see the "Web
>> Service Extensions" section in order to enable any of them. How do I
>> resolve this? Please don't say I have to uninstall the .net framework
>> and
>> reinstall it? Thanks loads in advance!
>>
>> --
>> Nick Pateman
>>
>> ---------------------------------------------------------------
>> Please do not reply directly to me, but the entire newsgroup.
>> Any views expressed above are my own
>> Without predjudice
>>
>>
>>


Nov 19 '05 #11

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

Similar topics

11
by: Barry G. Sumpter | last post by:
Can get VS.Net to execute properly. I'm not the only one having this prob. The registry deletions don't work for me. Any users of MVPs have a solution for this?
9
by: Michael A. Covington | last post by:
What is the best way to test whether .NET 1.1 is installed on someone's machine? I'd like to give him a small program to run to test this, and based on the answer, he'll download either the big...
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
3
by: Hugo Mind | last post by:
Hi, Is there a way through the web to find out if a client has the framework 1.1 installed ? I want people to download an installer for our software which includes the framework 1.1 if they...
4
by: PJ6 | last post by:
Just brought up a fresh installation. Installed IIS first, then VS.NET 2003. Now some of the applications I'm downloading complain that the ASP.NET server version is 1.0 and not 1.1. Um... I've...
22
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to...
5
by: Velvet | last post by:
Can someone tell me to what process I need to attach to be able to step through my classic ASP code in VS.net 2003. I'm working on an XP box with IIS installed. I also have VS.net 2005 (The...
10
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
11
by: eSolTec, Inc. 501(c)(3) | last post by:
Thank you in advance for any and all assistance. It is greatly appreciated. Is there a way to programmatically check for .NET Framework versions installed on the computer? -- Michael Bragg,...
7
by: ray well | last post by:
how can i test during install time if the .NET Framework 2.0 has been installed. i'm assuming it is in the registry somewhere, but i don't know where to look, what to look for, and how to test for...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
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
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...

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.