私はHttpHandlerを持っていて、これをsystem.webServer/handlersに登録しました(また、IIS6のsystem.web/httpHandlersにも)
<add name="AttachmentHandler" verb="*" path="Attachment.ashx" type="AttachmentHandler"/>
それは機能しますが、拡張子を "Attachment.get" のような別のものに変更して、.get 拡張子が暗号化されないようにします (ダウンロードが台無しになるため)。
拡張子を aspx、ashx、または通常の疑わしいもの以外に変更すると、404 が返されます。
私は何を忘れていますか?