Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クエリ「ログイン」のロード操作に失敗しましたというエラーが発生しました。詳細は Base 64 文字列エラーに関連しています。シングルユーザーの新しいデータベース上にありました。
WebContext.Current.Authentication.Login(...) でこのようなエラーが発生した場合は、エラーが発生したユーザーの aspnet_Membership 行に適切な値があるかどうかを確認してください。私の場合、問題は MSSQL NEWID() から生成された PasswordSalt でした - それは適切な PasswordSalt 値ではありませんでした。
それが誰かを助けることを願っています:)