Connecting Tech Pros Worldwide Forums | Help | Site Map

Framework Install

qqqq
Guest
 
Posts: n/a
#1: Nov 22 '05
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



Jon Skeet [C# MVP]
Guest
 
Posts: n/a
#2: Nov 22 '05

re: Framework Install


qqqq <dddh@ddd.clc> wrote:[color=blue]
> I have installed the .Net Framework.
>
> When I place the .aspx files on the server it does not recognise them.
>
> Please can some assist?[/color]

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.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
qqqq
Guest
 
Posts: n/a
#3: Nov 22 '05

re: Framework Install


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
"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1bc90648c61f8ecc98b591@msnews.microsoft.c om...[color=blue]
> qqqq <dddh@ddd.clc> wrote:[color=green]
> > I have installed the .Net Framework.
> >
> > When I place the .aspx files on the server it does not recognise them.
> >
> > Please can some assist?[/color]
>
> 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.
>
> --
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too[/color]


Jon Skeet [C# MVP]
Guest
 
Posts: n/a
#4: Nov 22 '05

re: Framework Install


qqqq <dddh@ddd.clc> wrote:[color=blue]
> IIS was installed afterwards.
>
> I ran aspnet_regiis.exe anyway, but to no avail.[/color]

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

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.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
qqqq
Guest
 
Posts: n/a
#5: Nov 22 '05

re: Framework Install


Thanks I have tried this and also installed the SDK

To now available.


"Jon Skeet [C# MVP]" <skeet@pobox.com> wrote in message
news:MPG.1bc9bd8be70d526298b596@msnews.microsoft.c om...[color=blue]
> qqqq <dddh@ddd.clc> wrote:[color=green]
> > IIS was installed afterwards.
> >
> > I ran aspnet_regiis.exe anyway, but to no avail.[/color]
>
> Did you run it with whatever the parameter is to reinstall it? (-i I
> think).
>[color=green]
> > It appears that the *.aspx as no file association, and as a result just
> > shows the text when clicked.[/color]
>
> 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.
>
> --
> Jon Skeet - <skeet@pobox.com>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too[/color]


Closed Thread