Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting 404 - File or directory not found
Message
From
15/04/2019 11:44:43
 
 
To
14/04/2019 18:53:29
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01668068
Message ID:
01668083
Views:
35
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform