ASP.NET 2.0 help with iis

G

Guest

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.
 
K

Kevin Spencer

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

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist

What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top