Why does my loginStatus show "log off" even though I have not logged in yet?
<asp:LoginStatus ID="LoginStatus1" runat="server" LoginText="Log In" LogoutText="Log Out" LogoutPageUrl="~/Default.aspx" LogoutAction="Redirect" />
Check authentication mode in web.config. It can be installed in Windows to change it to Forms.
Source: https://habr.com/ru/post/1305050/More articles:A tool for creating a GUI (WinForms or WPF) from a class - .netIs there a way to run multiple script before loading starts with php? - phpError with swig: undefined character: _ZN7hosters11hostersLink7getLinkEi - c ++Saving a set of environment variables in rails and javascript - javascriptSwingWorker in Java (initial question) - javaWinforms TabControl Raises False Paint Events for UserControl - eventsjQuery ajax () returns json object of another function on successful error - javascriptMigrating from LinqToXYZ to LinqToObjects - c #Is there an ActiveMerchant for Sinatra? - ruby-on-railsMathematica regular expressions for Unicode strings - debuggingAll Articles