Application_Start Add in Global
 
Such as:
 
 
  
  Copy Code code as follows: 
 
 
  
 
 
 
  
 void Application_Start (object sender, EventArgs e)
{
Code that runs when the application starts
System.Reflection.PropertyInfo p = typeof (System.Web.HttpRuntime). GetProperty ("FileChangesMonitor", System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Static);
Object o = p.getvalue (null, NULL);
System.Reflection.FieldInfo f = o.gettype (). GetField ("_dirmonsubdirs", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.IgnoreCase);
Object monitor = F.getvalue (o);
System.Reflection.MethodInfo m = Monitor. GetType (). GetMethod ("stopmonitoring", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic);
M.invoke (monitor, new object[] {});
}