3

IIS 7.5 Windows Server 2008 R2 の既定の Web サイトに .net アプリケーションを追加しようとしています。既定の Web サイトは現在、ASP クラシック ページを提供しており (それが関連しているかどうかはわかりません)、いくつかの aspx ページをセットアップしようとしています。しかし、新しいアプリケーションを追加することさえできず、エラーが発生し続けます

"value does not fall within range"

私はこれが何を意味するのか分かりませんか?

詳細については、私のスクリーンショットをご覧ください: http://i.imgur.com/nsUs5.png

前もって感謝します。

4

2 に答える 2

1

Although quite tedious, you could try checking the settings in the apphost config file. You can find it at C:\Windows\System32\inetsrv\config Look for errors in names, sometimes spaces can be replaced with %20% by Visual Studio which should be removed, also if you have deleted something manually in your file system, this will not have been updated in the applicationhost config file, so any references would need to be removed manually also.

Regards, and good luck

于 2012-10-24T12:48:29.133 に答える
1

アプリケーションを ASP Classic として作成し (これにより、私もそれを行うことができます)、次に AppPool を DefaultAppPool に切り替えて、ASPX ページをサーバーできるようにする以外に、解決策は見つかりませんでした。

ということで、ひとまず解決…

于 2012-10-25T09:02:27.563 に答える