iT邦幫忙

0

Asp.NET 的 LoninView無法顯示LoggedInTemplate的內容

  • 分享至 

  • xImage

最近要把公司內部使用的舊網站從windows server 2008的作業系統遷移到win 10,測試使用者登入時,發現資料庫裡[dbo].[aspnet_Users]有簽入的記錄,但是LoginView卻無法變更到LoggedInTemplate,請問我遺漏了甚麼嗎?
開發環境是VS 2019 Community,使用.NET Framework 4.7.2
以下是LoginView的html碼

<asp:LoginView ID="LoginView1" runat="server">

<asp:LoginName ID="LoginName1" runat="server" />
 <asp:LoginStatus ID="LoginStatus1" runat="server" BorderStyle="Outset" />


<asp:Login ID="Login1" runat="server" BackColor="#F7F6F3" BorderColor="#E6E2D8"
BorderPadding="4" BorderStyle="Solid" BorderWidth="1px" Font-Names="Verdana"
Font-Size="0.8em" ForeColor="#333333">









登入



<asp:Label ID="UserNameLabel" runat="server" AssociatedControlID="UserName">帳號:</asp:Label>


<asp:TextBox ID="UserName" runat="server" Font-Size="0.8em"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserNameRequired" runat="server"
ControlToValidate="UserName" ErrorMessage="必須提供帳號。" ToolTip="必須提供帳號。"
ValidationGroup="ctl00$ctl00$Login1"></asp:RequiredFieldValidator>




<asp:Label ID="PasswordLabel" runat="server" AssociatedControlID="Password">密碼:</asp:Label>


<asp:TextBox ID="Password" runat="server" Font-Size="0.8em" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="PasswordRequired" runat="server"
ControlToValidate="Password" ErrorMessage="必須提供密碼。" ToolTip="必須提供密碼。"
ValidationGroup="ctl00$ctl00$Login1">
</asp:RequiredFieldValidator>




 



<asp:Button ID="LoginButton" runat="server" BackColor="#FFFBFF"
BorderColor="#CCCCCC" BorderStyle="Solid" BorderWidth="1px" CommandName="Login"
Font-Names="Verdana" Font-Size="0.8em" ForeColor="#284775" Text="登入"
ValidationGroup="ctl00$ctl00$Login1" />









</asp:Login>

</asp:LoginView>

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答