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
 
Thanks. That worked. It is strange since I didn't have to do that before.

John
 
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".
 
This is new to the .NET Framework 1.1 (the goal is to be secure by default).
 

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

Back
Top