python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do schedule a task to do it after at a specific date in asp.net webforms?
Say I am desingning an exam portal page where i want To show countdown for the exam date and time and if that specific date and time is reached I want to redirect user to a login page. How can i do th...

Akang Toshi
Votes: 0
Answers: 1
How do I fix IDX21323 in ASP.NET webforms (Azure AD) application
Every time when a user signs in (via Azure Active Directory) for the first time everyday the system redirect the users to this:
IDX21323: RequireNonce is 'System.Boolean'. OpenIdConnectProtocolValid...

prof_daily
Votes: 0
Answers: 1
Why are Scripts and Styles not rendering in ASP.Net Webforms (NOT MVC)
I'm trying unsuccessfully to get script and style bundling working in a .NET framework 4.8 Webforms application with limited success.
I've installed the Microsoft.AspNet.Web.Optimization NuGet package...

Karl
Votes: 0
Answers: 1
How to turn off automatic Elmah logging?
I'd like to disable automatic exception logging in Elmah, while leaving manual logging enabled, e.g.
ErrorSignal.FromCurrentContext.Raise(ex)
My situation is nearly identical to this one, with the so...
InteXX
Votes: 0
Answers: 1