Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detecting 404 - File or directory not found
Message
De
15/04/2019 11:44:43
 
 
À
14/04/2019 18:53:29
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01668068
Message ID:
01668083
Vues:
36
>A possible fix?
>https://stackoverflow.com/questions/33972144/maprequesthandler-404-0-error-when-routing-html-from-aspx-in-iis-8-0

The IIS application pool is already set to Integrated.

When this happens, the request is not even served by the ASP.NET engine.

For example, this will be processed by the ASP.NET engine:

https://www.levelextreme.com/webdav

...which I can intercept that in Application_EndRequest() and see about the 404 error.

But, not this:

https://www.levelextreme.com/.webdav

This is a 404 - File or directory not found returned immediately by IIS.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform