I just installed IIS5 on Win2k nad all that showed up was Personal Web
Manager? also can I run .aspx files with 5.0? I already installed
.NET Framework.

Re: IIS 5 and .NET by Tom

Tom
Fri Feb 20 15:48:06 CST 2004

"J.C." <cracejy@hotmail.com> wrote in message
news:1672f15a.0402201324.77f472f@posting.google.com...
> I just installed IIS5 on Win2k nad all that showed up was Personal Web
> Manager? also can I run .aspx files with 5.0? I already installed
> .NET Framework.

Yes.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: IIS 5 and .NET by George

George
Fri Feb 20 16:18:25 CST 2004

You must do this the other way around. First install IIS. Then install =
the .NET Framework 1.1. To make life simpler remove the Framework 1.1. =
Remove IIS. Do NOT do anything else but use the Add\Remove Windows =
Components using Add\Remove off the Control Panel. Do NOTHING else but =
that rebooting after each removal.

Then install IIS. Reboot. Then install .NET Framework 1.1. Reboot. =
Now you should have aspx in your IIS configuration (IIS Manager | =
right-click default server | Properties | Home Directory | =
Configuration... | App Mappings) look through the Application Mappimgs =
you shoul see aspx there.

--=20
George Hester
__________________________________
"J.C." <cracejy@hotmail.com> wrote in message =
news:1672f15a.0402201324.77f472f@posting.google.com...
> I just installed IIS5 on Win2k nad all that showed up was Personal Web
> Manager? also can I run .aspx files with 5.0? I already installed
> .NET Framework.

Re: IIS 5 and .NET by Kristofer

Kristofer
Fri Feb 20 16:50:23 CST 2004

Hello,

If you installed .NET Framework after the IIS installation, then do this:

"C:\WINDOWS\Microsof.NET\Framework\v1.1.4322\aspnet_regiis.exe -i"
(without the quotes)

in a cmd prompt.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
www.ilopia.com - FAQ and Tutorials for Windows Server 2003


"J.C." <cracejy@hotmail.com> wrote in message
news:1672f15a.0402201324.77f472f@posting.google.com...
> I just installed IIS5 on Win2k nad all that showed up was Personal Web
> Manager? also can I run .aspx files with 5.0? I already installed
> .NET Framework.



Re: IIS 5 and .NET by Ken

Ken
Sat Feb 21 06:56:15 CST 2004

There is no need to do all this. When .Net setup runs, it executes
aspnet_regiis.exe to install all the various handlers into IIS. You can run
this manually:
aspnet_regiis.exe -i
to do the same installation, if you have installed IIS after you installed
.Net. You can find this program in:
c:\windows\Microsoft.Net\Framework\<framework version>\

Cheers
Ken

"George Hester" <hesterloli@hotmail.com> wrote in message
news:e4eH39$9DHA.3488@tk2msftngp13.phx.gbl...
You must do this the other way around. First install IIS. Then install the
.NET Framework 1.1. To make life simpler remove the Framework 1.1. Remove
IIS. Do NOT do anything else but use the Add\Remove Windows Components
using Add\Remove off the Control Panel. Do NOTHING else but that rebooting
after each removal.

Then install IIS. Reboot. Then install .NET Framework 1.1. Reboot. Now
you should have aspx in your IIS configuration (IIS Manager | right-click
default server | Properties | Home Directory | Configuration... | App
Mappings) look through the Application Mappimgs you shoul see aspx there.

--
George Hester
__________________________________
"J.C." <cracejy@hotmail.com> wrote in message
news:1672f15a.0402201324.77f472f@posting.google.com...
> I just installed IIS5 on Win2k nad all that showed up was Personal Web
> Manager? also can I run .aspx files with 5.0? I already installed
> .NET Framework.



Re: IIS 5 and .NET by George

George
Sun Feb 22 01:54:23 CST 2004

I only repeated what Microsoft says.

--=20
George Hester
__________________________________
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message =
news:OuHvZoH#DHA.1428@TK2MSFTNGP12.phx.gbl...
> There is no need to do all this. When .Net setup runs, it executes
> aspnet_regiis.exe to install all the various handlers into IIS. You =
can run
> this manually:
> aspnet_regiis.exe -i
> to do the same installation, if you have installed IIS after you =
installed
> .Net. You can find this program in:
> c:\windows\Microsoft.Net\Framework\<framework version>\
>=20
> Cheers
> Ken
>=20
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:e4eH39$9DHA.3488@tk2msftngp13.phx.gbl...
> You must do this the other way around. First install IIS. Then =
install the
> .NET Framework 1.1. To make life simpler remove the Framework 1.1. =
Remove
> IIS. Do NOT do anything else but use the Add\Remove Windows =
Components
> using Add\Remove off the Control Panel. Do NOTHING else but that =
rebooting
> after each removal.
>=20
> Then install IIS. Reboot. Then install .NET Framework 1.1. Reboot. =
Now
> you should have aspx in your IIS configuration (IIS Manager | =
right-click
> default server | Properties | Home Directory | Configuration... | App
> Mappings) look through the Application Mappimgs you shoul see aspx =
there.
>=20
> --=20
> George Hester
> __________________________________
> "J.C." <cracejy@hotmail.com> wrote in message
> news:1672f15a.0402201324.77f472f@posting.google.com...
> > I just installed IIS5 on Win2k nad all that showed up was Personal =
Web
> > Manager? also can I run .aspx files with 5.0? I already installed
> > .NET Framework.
>=20
>

Re: IIS 5 and .NET by Ken

Ken
Sun Feb 22 03:22:45 CST 2004

Where does Microsoft say this?

Cheers
Ken


"George Hester" <hesterloli@hotmail.com> wrote in message
news:%23fNmXkR%23DHA.2644@TK2MSFTNGP11.phx.gbl...
I only repeated what Microsoft says.

--
George Hester
__________________________________
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:OuHvZoH#DHA.1428@TK2MSFTNGP12.phx.gbl...
> There is no need to do all this. When .Net setup runs, it executes
> aspnet_regiis.exe to install all the various handlers into IIS. You can
run
> this manually:
> aspnet_regiis.exe -i
> to do the same installation, if you have installed IIS after you installed
> .Net. You can find this program in:
> c:\windows\Microsoft.Net\Framework\<framework version>\
>
> Cheers
> Ken
>
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:e4eH39$9DHA.3488@tk2msftngp13.phx.gbl...
> You must do this the other way around. First install IIS. Then install
the
> .NET Framework 1.1. To make life simpler remove the Framework 1.1.
Remove
> IIS. Do NOT do anything else but use the Add\Remove Windows Components
> using Add\Remove off the Control Panel. Do NOTHING else but that
rebooting
> after each removal.
>
> Then install IIS. Reboot. Then install .NET Framework 1.1. Reboot. Now
> you should have aspx in your IIS configuration (IIS Manager | right-click
> default server | Properties | Home Directory | Configuration... | App
> Mappings) look through the Application Mappimgs you shoul see aspx there.
>
> --
> George Hester
> __________________________________
> "J.C." <cracejy@hotmail.com> wrote in message
> news:1672f15a.0402201324.77f472f@posting.google.com...
> > I just installed IIS5 on Win2k nad all that showed up was Personal Web
> > Manager? also can I run .aspx files with 5.0? I already installed
> > .NET Framework.
>
>



Re: IIS 5 and .NET by George

George
Sun Feb 22 14:48:06 CST 2004

I would have to search for it. Of course if you think I made it up then =
that would be worthless right? So let's just say I made it up and be =
done with it.

--=20
George Hester
__________________________________
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message =
news:OBQSvVS#DHA.2988@TK2MSFTNGP10.phx.gbl...
> Where does Microsoft say this?
>=20
> Cheers
> Ken
>=20
>=20
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:%23fNmXkR%23DHA.2644@TK2MSFTNGP11.phx.gbl...
> I only repeated what Microsoft says.
>=20
> --=20
> George Hester
> __________________________________
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:OuHvZoH#DHA.1428@TK2MSFTNGP12.phx.gbl...
> > There is no need to do all this. When .Net setup runs, it executes
> > aspnet_regiis.exe to install all the various handlers into IIS. You =
can
> run
> > this manually:
> > aspnet_regiis.exe -i
> > to do the same installation, if you have installed IIS after you =
installed
> > .Net. You can find this program in:
> > c:\windows\Microsoft.Net\Framework\<framework version>\
> >
> > Cheers
> > Ken
> >
> > "George Hester" <hesterloli@hotmail.com> wrote in message
> > news:e4eH39$9DHA.3488@tk2msftngp13.phx.gbl...
> > You must do this the other way around. First install IIS. Then =
install
> the
> > .NET Framework 1.1. To make life simpler remove the Framework 1.1.
> Remove
> > IIS. Do NOT do anything else but use the Add\Remove Windows =
Components
> > using Add\Remove off the Control Panel. Do NOTHING else but that
> rebooting
> > after each removal.
> >
> > Then install IIS. Reboot. Then install .NET Framework 1.1. =
Reboot. Now
> > you should have aspx in your IIS configuration (IIS Manager | =
right-click
> > default server | Properties | Home Directory | Configuration... | =
App
> > Mappings) look through the Application Mappimgs you shoul see aspx =
there.
> >
> > --=20
> > George Hester
> > __________________________________
> > "J.C." <cracejy@hotmail.com> wrote in message
> > news:1672f15a.0402201324.77f472f@posting.google.com...
> > > I just installed IIS5 on Win2k nad all that showed up was Personal =
Web
> > > Manager? also can I run .aspx files with 5.0? I already installed
> > > .NET Framework.
> >
> >
>=20
>

Re: IIS 5 and .NET by Ken

Ken
Sun Feb 22 19:15:08 CST 2004

I don't think you "made it up"

However, I have also never seen Microsoft say this anywhere, and if they
did, I would like to send some feedback to them stating that they should
update their documentation.

For example, this KB article states to do what I said:
http://support.microsoft.com/default.aspx?scid=kb;en-us;306005
It does not say to uninstall .Net, uninstall IIS, reinstall IIS, then
reinstall .Net

Cheers
Ken


"George Hester" <hesterloli@hotmail.com> wrote in message
news:e4iS3dY%23DHA.2592@TK2MSFTNGP10.phx.gbl...
I would have to search for it. Of course if you think I made it up then
that would be worthless right? So let's just say I made it up and be done
with it.

--
George Hester
__________________________________
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:OBQSvVS#DHA.2988@TK2MSFTNGP10.phx.gbl...
> Where does Microsoft say this?
>
> Cheers
> Ken
>
>
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:%23fNmXkR%23DHA.2644@TK2MSFTNGP11.phx.gbl...
> I only repeated what Microsoft says.
>
> --
> George Hester
> __________________________________
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:OuHvZoH#DHA.1428@TK2MSFTNGP12.phx.gbl...
> > There is no need to do all this. When .Net setup runs, it executes
> > aspnet_regiis.exe to install all the various handlers into IIS. You can
> run
> > this manually:
> > aspnet_regiis.exe -i
> > to do the same installation, if you have installed IIS after you
installed
> > .Net. You can find this program in:
> > c:\windows\Microsoft.Net\Framework\<framework version>\
> >
> > Cheers
> > Ken
> >
> > "George Hester" <hesterloli@hotmail.com> wrote in message
> > news:e4eH39$9DHA.3488@tk2msftngp13.phx.gbl...
> > You must do this the other way around. First install IIS. Then install
> the
> > .NET Framework 1.1. To make life simpler remove the Framework 1.1.
> Remove
> > IIS. Do NOT do anything else but use the Add\Remove Windows Components
> > using Add\Remove off the Control Panel. Do NOTHING else but that
> rebooting
> > after each removal.
> >
> > Then install IIS. Reboot. Then install .NET Framework 1.1. Reboot.
Now
> > you should have aspx in your IIS configuration (IIS Manager |
right-click
> > default server | Properties | Home Directory | Configuration... | App
> > Mappings) look through the Application Mappimgs you shoul see aspx
there.
> >
> > --
> > George Hester
> > __________________________________
> > "J.C." <cracejy@hotmail.com> wrote in message
> > news:1672f15a.0402201324.77f472f@posting.google.com...
> > > I just installed IIS5 on Win2k nad all that showed up was Personal Web
> > > Manager? also can I run .aspx files with 5.0? I already installed
> > > .NET Framework.
> >
> >
>
>



Re: IIS 5 and .NET by George

George
Mon Feb 23 01:36:49 CST 2004

It may have been that I read this back in Framework 1.0. Not sure but =
it was a while ago. I go through the Knowledge Base often so if I come =
across it again I'll post it.

--=20
George Hester
__________________________________
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message =
news:Oq7U7pa#DHA.3816@tk2msftngp13.phx.gbl...
> I don't think you "made it up"
>=20
> However, I have also never seen Microsoft say this anywhere, and if =
they
> did, I would like to send some feedback to them stating that they =
should
> update their documentation.
>=20
> For example, this KB article states to do what I said:
> http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;306005
> It does not say to uninstall .Net, uninstall IIS, reinstall IIS, then
> reinstall .Net
>=20
> Cheers
> Ken
>=20
>=20
> "George Hester" <hesterloli@hotmail.com> wrote in message
> news:e4iS3dY%23DHA.2592@TK2MSFTNGP10.phx.gbl...
> I would have to search for it. Of course if you think I made it up =
then
> that would be worthless right? So let's just say I made it up and be =
done
> with it.
>=20
> --=20
> George Hester
> __________________________________
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:OBQSvVS#DHA.2988@TK2MSFTNGP10.phx.gbl...
> > Where does Microsoft say this?
> >
> > Cheers
> > Ken
> >
> >
> > "George Hester" <hesterloli@hotmail.com> wrote in message
> > news:%23fNmXkR%23DHA.2644@TK2MSFTNGP11.phx.gbl...
> > I only repeated what Microsoft says.
> >
> > --=20
> > George Hester
> > __________________________________
> > "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> > news:OuHvZoH#DHA.1428@TK2MSFTNGP12.phx.gbl...
> > > There is no need to do all this. When .Net setup runs, it executes
> > > aspnet_regiis.exe to install all the various handlers into IIS. =
You can
> > run
> > > this manually:
> > > aspnet_regiis.exe -i
> > > to do the same installation, if you have installed IIS after you
> installed
> > > .Net. You can find this program in:
> > > c:\windows\Microsoft.Net\Framework\<framework version>\
> > >
> > > Cheers
> > > Ken
> > >
> > > "George Hester" <hesterloli@hotmail.com> wrote in message
> > > news:e4eH39$9DHA.3488@tk2msftngp13.phx.gbl...
> > > You must do this the other way around. First install IIS. Then =
install
> > the
> > > .NET Framework 1.1. To make life simpler remove the Framework =
1.1.
> > Remove
> > > IIS. Do NOT do anything else but use the Add\Remove Windows =
Components
> > > using Add\Remove off the Control Panel. Do NOTHING else but that
> > rebooting
> > > after each removal.
> > >
> > > Then install IIS. Reboot. Then install .NET Framework 1.1. =
Reboot.
> Now
> > > you should have aspx in your IIS configuration (IIS Manager |
> right-click
> > > default server | Properties | Home Directory | Configuration... | =
App
> > > Mappings) look through the Application Mappimgs you shoul see aspx
> there.
> > >
> > > --=20
> > > George Hester
> > > __________________________________
> > > "J.C." <cracejy@hotmail.com> wrote in message
> > > news:1672f15a.0402201324.77f472f@posting.google.com...
> > > > I just installed IIS5 on Win2k nad all that showed up was =
Personal Web
> > > > Manager? also can I run .aspx files with 5.0? I already =
installed
> > > > .NET Framework.
> > >
> > >
> >
> >
>=20
>

Re: IIS 5 and .NET by Tom

Tom
Mon Feb 23 08:08:29 CST 2004

"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:Oq7U7pa%23DHA.3816@tk2msftngp13.phx.gbl...
> However, I have also never seen Microsoft say this anywhere, and if they
> did, I would like to send some feedback to them stating that they should
> update their documentation.

For sure - I have seen nothing but problems when users try to un-install and
re-install IIS, especially multiple times. Re-installing IIS always seems
to be a bad idea ...

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: IIS 5 and .NET by George

George
Tue Feb 24 21:07:41 CST 2004

That's because it is often that when they uninstall IIS they think they =
should like remove the inetsrv folder or the Inetpub folder. Very bad =
idea. For one thing this will cause the loss of IIS help. I never =
suggest that. Just in Windows Components and nothing else. That =
"usually" doesn't cause a problem. Only thing is if you have your IIS =
set up and working then we should make a backup of the metabase first. =
And if Exchange 2000 is installed then I probably would not do it at =
all. But I have done it before.

--=20
George Hester
__________________________________
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message =
news:c1d13h$bkv16@kcweb01.netnews.att.com...
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
> news:Oq7U7pa%23DHA.3816@tk2msftngp13.phx.gbl...
> > However, I have also never seen Microsoft say this anywhere, and if =
they
> > did, I would like to send some feedback to them stating that they =
should
> > update their documentation.
>=20
> For sure - I have seen nothing but problems when users try to =
un-install and
> re-install IIS, especially multiple times. Re-installing IIS always =
seems
> to be a bad idea ...
>=20
> --=20
> Tom Kaminski IIS MVP
> http://www.iistoolshed.com/ - tools, scripts, and utilities for =
running IIS
> http://mvp.support.microsoft.com/
> http://www.microsoft.com/windowsserver2003/community/centers/iis/
>=20
>=20
>