Framework Install

  • Thread starter Thread starter qqqq
  • Start date Start date
Q

qqqq

Hi

I have installed the .Net Framework.

When I place the .aspx files on the server it does not recognise them.

Please can some assist?

Cheers


Geof
 
qqqq said:
I have installed the .Net Framework.

When I place the .aspx files on the server it does not recognise them.

Please can some assist?

Did you install the framework after IIS or before it? If you installed
it before, you may need to run aspnet_regiis.exe (in the framework
directory). I believe this should do the trick.
 
Hi

IIS was installed afterwards.

I ran aspnet_regiis.exe anyway, but to no avail.

It appears that the *.aspx as no file association, and as a result just
shows the text when clicked.

Thanks

Geoff

I ran
 
qqqq said:
IIS was installed afterwards.

I ran aspnet_regiis.exe anyway, but to no avail.

Did you run it with whatever the parameter is to reinstall it? (-i I
think).
It appears that the *.aspx as no file association, and as a result just
shows the text when clicked.

Hmm... you could try uninstalling and then reinstalling the framework,
or using the repair option if it's there. I don't *think* you should
need to, but it might be worth a try.
 
Back
Top