ASP.NET web.configのRoleProviderエラー「Provider must implement the class ‘System.Web.Security.RoleProvider’」をSqlRoleProviderで解決する方法
古いASP.NET Web Forms(.NET Framework 3.5)をVisual Studio 2022のローカル環境で動かしたとき、web.configの設定が原因で「Provider must implement the class 'Sys...
Visual Studio