ASP.NET Web サイト構成ユーティリティ内でセキュリティ セットアップ ウィザードを使用しようとしていますが、[アクセス方法の選択] ページで [次へ] をクリックすると、次のエラーが表示され続けます。
次のメッセージは、問題の診断に役立つ場合があります: メソッドは予期しないエラー コード 50 で失敗しました。 Object exceptionContext) の System.Security.AccessControl.FileSystemSecurity..ctor(Boolean isContainer, String name, AccessControlSections includeSections, Boolean isDirectory) at System.Security.AccessControl.FileSecurity..ctor(String fileName, AccessControlSections includeSections) at System.IO. System.Configuration.Internal.WriteFileContext.DuplicateTemplateAttributes (文字列ソース、文字列宛先) で File.GetAccessControl (文字列パス、AccessControlSections includeSections)。Configuration.Internal.WriteFileContext.DuplicateFileAttributes (文字列ソース、文字列宛先) で System.Configuration.Internal.WriteFileContext.Complete (文字列ファイル名、ブール値の成功) で System.Configuration.Internal.InternalConfigHost.StaticWriteCompleted (文字列 streamName、ブール値の成功、オブジェクト writeContext) 、System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal.IInternalConfigHost.WriteCompleted (文字列 streamName、ブール値の成功、オブジェクト writeContext、ブール値の assertPermissions) で System.Configuration.Internal.InternalConfigHost.System.Configuration.Internal. IInternalConfigHost.WriteCompleted(String streamName, Boolean success, Object writeContext) System.Configuration.Internal.DelegatingConfigHost.WriteCompleted(String streamName, Boolean success, Object writeContext) at System.System.Configuration.MgmtConfigurationRecord.SaveAs(文字列ファイル名、ConfigurationSaveMode saveMode、ブール値 forceUpdateAll) での Configuration.UpdateConfigHost.WriteCompleted(文字列 streamName、ブール値の成功、オブジェクト writeContext) System.Configuration.Configuration.SaveAsImpl(文字列ファイル名、ConfigurationSaveMode saveMode、ブール値 forceSaveAll) ) System.Web.Administration.WebAdminPage.SaveConfig(構成構成) で ASP.security_wizard_wizardauthentication_ascx.UpdateAuth(オブジェクト送信者、EventArgs e) で System.Web.UI.WebControls.CheckBox.OnCheckedChanged(EventArgs e) で System.Web.UI .WebControls.RadioButton.RaisePostDataChangedEvent() System.Web.UI.WebControls.RadioButton.System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent() で System.Web.UI.Page.RaiseChangedEvents() で System.Web.UI.Page .ProcessRequestMain(ブール値 includeStagesBeforeAsyncPoint、ブール値 includeStagesAfterAsyncPoint)
ウィザードを使用せずにアクセス方法を選択しようとすると、同じエラーが発生します。
なぜ私がこれを取得しているのか誰かが知っていますか? MS Visual Studio 2012 を管理者モードで使用しています。
ありがとう、スティーブ