skip to Main Content

Making post request after authentication expired – Jquery

I'm writing a web application using C#, ASP.NET, jQuery and using forms authentication: <authentication mode="Forms"> <forms loginUrl="Account/Login.aspx" defaultUrl="Default.aspx" name=".ASPXFORMSAUTH" timeout="30" /> </authentication> <authorization> <deny users="?" /> </authorization> The application is a command & control that designed to be open for…

VIEW QUESTION
Back To Top
Search