第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何修復(fù)IdentityServer4.AspNetIdentity的網(wǎng)頁問題

如何修復(fù)IdentityServer4.AspNetIdentity的網(wǎng)頁問題

C#
幕布斯7119047 2023-07-09 15:09:18
當(dāng)我使用 IdentityServer4.AspNetIdentity 時。我使用個人用戶設(shè)置使用 Visual Studio 2019 創(chuàng)建項目。它無法使用代碼 500 打開我的網(wǎng)站我搜索了 Google 但沒有結(jié)果我在 Startup.cs 中的代碼: services.AddDbContext<ApplicationDbContext>(options =>                options.UseInMemoryDatabase("AuthDb"));services.AddIdentity<SimpleUser, IdentityRole>()    .AddEntityFrameworkStores<ApplicationDbContext>()    .AddDefaultTokenProviders();services.AddIdentityServer()    .AddDeveloperSigningCredential()    .AddInMemoryPersistedGrants()                    .AddInMemoryIdentityResources(Resources.GetIdentityResources())    .AddInMemoryApiResources(Resources.GetApiResources())    .AddInMemoryClients(Clients.Get())    .AddAspNetIdentity<SimpleUser>()    .AddDeveloperSigningCredential();            services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
查看完整描述

1 回答

?
精慕HU

TA貢獻(xiàn)1845條經(jīng)驗 獲得超8個贊

確保 Views\Shared_LoginPartial.cshtml 中是

@inject?SignInManager<SimpleUser>?SignInManager
@inject?UserManager<SimpleUser>?UserManager

并不是

@inject?SignInManager<IdentityUser>?SignInManager
@inject?UserManager<IdentityUser>?UserManager


查看完整回答
反對 回復(fù) 2023-07-09
  • 1 回答
  • 0 關(guān)注
  • 149 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號