When I try and run my asp.net web page, the html displays
but none of the VB runs. When I refresh the page or
press the submit button, I get the 505 resource not found
error.

It looks to me like my copy IIS is set up to run ASP only
because when I look at mappings, the ASP.NET versions
aren't there. I hope that this is the problem, but how
do I fix it? Do I need a new version of IIS? Is there a
download?

TIA

Re: IIS 5.1 doesn't have ASP.NET dlls?? by Kristofer

Kristofer
Fri Jan 30 16:54:42 CST 2004

You download the .NET Framework Redist. You can find this on Windows Update.

--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
www.ilopia.com - FAQ and Tutorials for Windows Server 2003


"Alexander" <anonymous@discussions.microsoft.com> wrote in message
news:6f3701c3e782$cc2976a0$7d02280a@phx.gbl...
> When I try and run my asp.net web page, the html displays
> but none of the VB runs. When I refresh the page or
> press the submit button, I get the 505 resource not found
> error.
>
> It looks to me like my copy IIS is set up to run ASP only
> because when I look at mappings, the ASP.NET versions
> aren't there. I hope that this is the problem, but how
> do I fix it? Do I need a new version of IIS? Is there a
> download?
>
> TIA



IIS 5.1 doesn't have ASP.NET dlls?? by Alexander

Alexander
Fri Jan 30 17:12:40 CST 2004

Figured it out myself. For anyone else having this
problem, run c:\windows\microsoft.net\framework\v1.0.3705
\aspnet_regiis.exe -i at the DOS prompt to set IIS up for
ASP.NET.

>-----Original Message-----
>When I try and run my asp.net web page, the html
displays
>but none of the VB runs. When I refresh the page or
>press the submit button, I get the 505 resource not
found
>error.
>
>It looks to me like my copy IIS is set up to run ASP
only
>because when I look at mappings, the ASP.NET versions
>aren't there. I hope that this is the problem, but how
>do I fix it? Do I need a new version of IIS? Is there
a
>download?
>
>TIA
>.
>