0

I seem to remember issues with the ashx handler not being picked up when aspx files resided in subfolders in IIS6. Is this the case?

I've been just playing with the configurable solution which allows the handler be configured in the web.config instead of as a .ashx file, does this solve the issue? if there is one! A simple test worked perfectly for me, a once off configuration covered the whole application, eliminating the requirement for the same .ashx in all of my clients aspx directories.

4

1 に答える 1

0

HttpHandler と HttpModule を混同しています。HttpHandler は他の形式と同様に機能します。明示的に呼び出すか、web.config で構成する必要があります。

于 2012-07-25T08:22:56.167 に答える