IIS not functioning

  • Thread starter Thread starter Jibey Jacob
  • Start date Start date
If you installed IIS after .NET, you'll need to run the ASP.NET setup:
aspnet_regiis -i.

You can find this executable in the framework installation directory,
typcially
c:\<windir>\Microsoft.NET\Framework\V1.1.4322\aspnet_regiis.exe

HTH,
 
I ran aspnet_regiis -i. For some reason none of the .asp files seem to be
registered with IIS, as the icons do not indicate the association.

Jibey
 
Although it is a long and cumbersome way, this will definitely work.

Please follow the steps.

1. If dotnet has been already installed, uninstall dotnet (if you more
versions uninstall all the versions. Ensure that u have the backups
as u need to reinstall again).
2. Uninstall the existing IIS.

The above 2 steps will create the fresh environment to start with.
Installation.
1. Install IIS.
2. Install dotnet framework versions

Now it will work fine.

Regards,
N.Venkat[/quote]
 
Although it is a long and cumbersome way, this will definitely work.

Please follow the steps.

1. If dotnet has been already installed, uninstall dotnet (if you more
versions uninstall all the versions. Ensure that u have the backups
as u need to reinstall again).
2. Uninstall the existing IIS.

The above 2 steps will create the fresh environment to start with.
Installation.
1. Install IIS.
2. Install dotnet framework versions

Now it will work fine.

Regards,
N.Venkat[/quote]
 
Although it is a long and cumbersome way, this will definitely work.

Please follow the steps.

1. If dotnet has been already installed, uninstall dotnet (if you more
versions uninstall all the versions. Ensure that u have the backups
as u need to reinstall again).
2. Uninstall the existing IIS.

The above 2 steps will create the fresh environment to start with.
Installation.
1. Install IIS.
2. Install dotnet framework versions

Now it will work fine.

Regards,
N.Venkat
 
Back
Top