public virtual ViewEngineResult FindPartialView(ControllerContext controllerContext, string partialViewName, bool useCache);
Set useCache=False
and this dll is taking more time to execute than usual and this is happening only on very first time to find the view page(.cshtml)
Actual time taking to complete the above method is around 2 minutes. Please reply on this thread if any have faced this issue or if any known how to resolve it?
Thanks in advance.