IIS not functioning

S

Scott Allen

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,
 
J

Jibey Jacob

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
 
N

nvraman19

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]
 
N

nvraman19

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]
 
N

nvraman19

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
 

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