skip to Main Content

Asp.net 3.5 forms authentication timeout – Plesk

I have this codes in <authentication mode="Forms"> <forms loginUrl="/Login" timeout="180" name="__Auth" slidingExpiration="true" /> </authentication> And Plesk panel Session settings are as below : Authentication mode : Forms Sesion Timeout(minutes) : 180 And this settings automatically adding a line to web.config…

VIEW QUESTION

Bootstrap btn-primary blue text – Twitter bootstrap

I am using twitter bootstrap in my .aspx page, the btn-primary show text as blue instead of white. <asp:LinkButton ID="btnConfirm" runat="server" Text="Confirm" CausesValidation="true" ValidationGroup="req" CssClass="btn btn-primary" OnClick="btnConfirm_Click"></asp:LinkButton> but the btn-default looks as expected. What is the problem? any help will…

VIEW QUESTION
Back To Top
Search