We have SharePoint application running perfectly finr on production since long however from today we are getting error on production on one page , I have traced the log via sharepoint logviewer on production and found the following exception
Caught a thread abort exception in TemplateRedirectionPage.ProcessRequest, the exception may be expected. stack trace= at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.BLANKWEBPARTPAGE_ASPX_1653093133.ProcessRequest(HttpContext context) at Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context)
Application is working fine for users who dont have any task assign however application throw exception for users who have assign tasks
We are using asp.net workflow in this application
Can any one help what is the issue?
Zareen