IIS7 don´t show ASP-pages

IIS7 don´t show ASP-pages

am 21.05.2007 15:21:32 von Michael Lenke

My new installed local IIS7 on VISTA don´t like ASP-pages.
The ASP-Features are installed for IIS.
The page is present and works on other IIS.
But accessing a ASP-page I get:

>HTTP-Fehler 404.3 - Not Found
>
>File not found

But the file exists at this location.

Does anybody have an idea?

Mike

Re: IIS7 don´t show ASP-pages

am 22.05.2007 04:18:06 von David Wang

404.3 indicates that ASP feature is not installed correctly. You are
missing the handler definition for ".asp". Instead, it is being
handled by the StaticFileHandler, which does not have MIME Type
for .asp by default and hence returns 404.3.

To run ASP pages, you must have a definition for .asp. This
happens when you install the ASP feature, so I do not believe ASP
feature is really installed correctly.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//




On May 21, 6:21 am, "Michael Lenke" wrote:
> My new installed local IIS7 on VISTA don=B4t like ASP-pages.
> The ASP-Features are installed for IIS.
> The page is present and works on other IIS.
> But accessing a ASP-page I get:
>
> >HTTP-Fehler 404.3 - Not Found
>
> >File not found
>
> But the file exists at this location.
>
> Does anybody have an idea?
>
> Mike

Re: IIS7 don´t show ASP-pages

am 24.05.2007 10:30:42 von Michael Lenke

I installed the IIS with all features.
ASP is assigned to handler IsapiModule.
I reinstalled everything - same problem.

Errormessage say "Unknown Extension" because of MIME ...

Mike

"David Wang" schrieb im Newsbeitrag
news:1179800286.348838.35840@y80g2000hsf.googlegroups.com...
404.3 indicates that ASP feature is not installed correctly. You are
missing the handler definition for ".asp". Instead, it is being
handled by the StaticFileHandler, which does not have MIME Type
for .asp by default and hence returns 404.3.

To run ASP pages, you must have a definition for .asp. This
happens when you install the ASP feature, so I do not believe ASP
feature is really installed correctly.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//




On May 21, 6:21 am, "Michael Lenke" wrote:
> My new installed local IIS7 on VISTA don´t like ASP-pages.
> The ASP-Features are installed for IIS.
> The page is present and works on other IIS.
> But accessing a ASP-page I get:
>
> >HTTP-Fehler 404.3 - Not Found
>
> >File not found
>
> But the file exists at this location.
>
> Does anybody have an idea?
>
> Mike

Re: IIS7 don´t show ASP-pages

am 24.05.2007 11:48:32 von David Wang

Move the .asp definition to the top of the list in
.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//




On May 24, 1:30 am, "Michael Lenke" wrote:
> I installed the IIS with all features.
> ASP is assigned to handler IsapiModule.
> I reinstalled everything - same problem.
>
> Errormessage say "Unknown Extension" because of MIME ...
>
> Mike
>
> "David Wang" schrieb im Newsbeitragnews:1179800286.34=
8838.35840@y80g2000hsf.googlegroups.com...
> 404.3 indicates that ASP feature is not installed correctly. You are
> missing the handler definition for ".asp". Instead, it is being
> handled by the StaticFileHandler, which does not have MIME Type
> for .asp by default and hence returns 404.3.
>
> To run ASP pages, you must have a definition for .asp. This
> happens when you install the ASP feature, so I do not believe ASP
> feature is really installed correctly.
>
> //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David. Wang
> //
>
> On May 21, 6:21 am, "Michael Lenke" wrote:
>
>
>
> > My new installed local IIS7 on VISTA don=B4t like ASP-pages.
> > The ASP-Features are installed for IIS.
> > The page is present and works on other IIS.
> > But accessing a ASP-page I get:
>
> > >HTTP-Fehler 404.3 - Not Found
>
> > >File not found
>
> > But the file exists at this location.
>
> > Does anybody have an idea?
>
> > Mike- Hide quoted text -
>
> - Show quoted text -