I have installed Visual Studio 2005 standard edition. I have purchased
Microsoft ASP.NET 2.0 step by step. I am attempting to work through the text.
My computer is running Media Center Edition. When I install IIS, I get
version 5.0 and can not get the extension .aspx into the configuration for
the local host web pages. I am logged in with an id that is a part of the
local admin group. As a result of this situation I can not browse to pages
with <% in the file.
Can someone help me get iis installed with version 6 or how I can add the
extension aspx to the config? IIS was installed from the control panel and
add windows components. 2.0 framework is installed on the machine.
You need to run a command-line utility in your .Net 2.0 folder, which is
located in (similar to this path on my machine)
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727. The utility is called
aspnet_regiis.exe, and you need to use the "-i" (intstall) parameter.
Example:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

Signature
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
What You Seek Is What You Get.
>I have installed Visual Studio 2005 standard edition. I have purchased
> Microsoft ASP.NET 2.0 step by step. I am attempting to work through the
[quoted text clipped - 8 lines]
> extension aspx to the config? IIS was installed from the control panel and
> add windows components. 2.0 framework is installed on the machine.
martyb9512 - 23 Jul 2006 17:13 GMT
Worked great :) Thanks so much. After I had to set iis for anonymous access.
> You need to run a command-line utility in your .Net 2.0 folder, which is
> located in (similar to this path on my machine)
[quoted text clipped - 16 lines]
> > extension aspx to the config? IIS was installed from the control panel and
> > add windows components. 2.0 framework is installed on the machine.