I have a ASP.NET website with Forms authenction and deny annonymous user. Unforunately I transfer the users to a changepassword page if their password has expired right from the global.asax event void Application_PostAuthenticateRequest(object sender, EventArgs e) . The changePassword page uses the ajaxtoolkit.and is throwing exception of not finding it. How can I pass an exclusion rule to allow the toolkit to be loaded for annonymous user? I know how to add exclusion for directories and specific pages but how to do for the toolkit
↧