私はドキュメント ビューアー Web アプリケーションに取り組んでおり、Atalasfot サード パーティ ライブラリを使用しています。ライブラリの「WebImageViewer」コントロールは、画像のリストを取得するために使用するフォルダーを指定する必要があるため、アプリケーションに「Images」フォルダーを作成します。次のスクリーン ショットのように、フル コントロールのアクセス許可を与えます。
上の画像に表示されない IIS_IUSERS の許可もあります。
アプリケーションを実行すると、次のエラーが表示されます。
Access to the path 'XXX\Images' is denied. ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
誰か助けてくれませんか?