[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Custom Health Check API

  • Thread starter Thread starter natabc23
  • Start date Start date
Status
Not open for further replies.
N

natabc23

Guest
Yes, I do this example but the application return an error "The configuration 'SampleModuleNoImpl_Config_RegHealthCheck' is not registered" when register a new module. So I researched and I found that I register the config with this code in Global.asax: protected void Application_Start(object sender, EventArgs e) { Bootstrapper.Initialized += new EventHandler (Bootstrapper_Initialized); } void Bootstrapper_Initialized(object sender, Telerik.Sitefinity.Data.ExecutedEventArgs e) { if (e.CommandName == "Bootstrapped") Config.RegisterSection (); } But this didn't work for me either

Continue reading...
 
Status
Not open for further replies.
Back
Top