0

I am setting up a 3rd party website which makes heavy use of httpHandlers. When configured as a virtual directory under Default Site on a 2003/IIS6 machine, everything works as expected. When configured as a standalone site on the same machine, pointing to the same directory and web.config however, httpHandlers do not work (404).

I have tried various changes to the path values of the handler's tags with no results. The pages themselves, and the application's code, all seem to execute find within the standalone site.

Any obvious things I might be missing?

4

1 に答える 1

1

私自身の答えを見つけた、それは非常に単純なことでした。

インストーラー パッケージによってサイトの仮想ディレクトリ バージョンがインストールされ、ファイル拡張子のマッピングが追加されました。スタンドアロンは手動で構成されていたため、マッピングを追加できませんでした。

解決しました。

于 2009-02-12T17:57:18.903 に答える