.net installation failure

T

Tom Deleu

Today i installed the .net framework for asp.net purposes. Everything went
ok (it said 'successfull installation') but when i tried to execute an
asp.net page it did nothing. I checken in IIS management console and i found
out that (besides other things) the link with the aspx extension wasn't
there. So it seems as it never was installed...

Specs:
WinXp pro with IIS installed (duh)
..net framework redist 1.1, downloaded from www.asp.net

Any ideas?

Greetings
Tom
 
K

Ken Cox [Microsoft MVP]

You can try repairing the ASP.NET stuff with this from the command line:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -ir -enable
 
T

Tom Deleu

Thanx!! that works.

Ken Cox said:
You can try repairing the ASP.NET stuff with this from the command line:

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -ir -enable
 

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