Asp.net and IIS

  • Thread starter Thread starter John Giblin
  • Start date Start date
J

John Giblin

I keeping installing the Microsoft .net Framework and it is not installing
the iis isapi mappings. I am running win2k Professional. How can I get the
mapping to be installed correctly

Thanks
John
 
Hi John,
after you've installed the .net framework, you need to run Visual Studio
..NET 2003 command prompt and run the following:
"aspnet_regiis.exe -i"

This should do it. :)

Branimir
 
Hi,

Sorry but I was wondering how do you install the .NET Framework onto the
server so that .aspx pages will run? Also, after installing the .NET
Framework, should ".NET Framework Services" appear in "services" (start -->
admin tools --> services)?

Thanks!
 
As mentioned in a post on another branch of this thread, you'll need to run
"aspnet_regiis.exe -i". It lives in
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322".
 
Back
Top