Umbraco: errore 404 per estensioni non .aspx

Aggiungere nella sezione System.WebServer il codice seguente:

<httpErrors errorMode="Custom">
    <remove statusCode="404" />
    <error statusCode="404" path="/arbitraryPathThatDoesNotExistAndThatWillRespondWithA404" responseMode="ExecuteURL" />
</httpErrors>

Aggiungi Commento