VSTS 2008 + C#+ .Net 3.5 + IIS 7.0を使用しています。私は新しいWebサイトを作成し、そのディレクトリにhtmlファイルを置いています。そして、私がIISマネージャのブラウズ機能を使ってhtmlファイルをブラウズすると、次のエラーが発生しました。IIS 7.0のhtmlページへの不正アクセスエラー
ところで、私は管理者アカウントでワーカープロセスを実行するので、不正なエラーについて非常に混乱しています。エラーメッセージから、私はなぜログオンメソッドが匿名で、管理者アカウントを使用していないのか混乱していますか?
HTTP Error 401.3 - Unauthorized
You do not have permission to view this directory or page because of the access control list (ACL) configuration or encryption settings for this resource on the Web server.
Module IIS Web Core
Notification AuthenticateRequest
Handler StaticFile
Error Cde 0x80070005
Requested URL http://localhost:80/a.html
Physical Path C:\test\simplehosttest\a.html
Logon Method Anonymous
Logon User Anonymous
ディレクトリ閲覧を有効にしましたか? – mglmnc
iisのインストール時に、静的コンテンツ/静的ファイルハンドラを有効にしましたか? – iwo
ありがとうございましたmglmnc、 "あなたはディレクトリ閲覧を有効にしましたか?" - 確認方法?以前はこれをしなかった。 – George2