Process Pool Demo: Difference between revisions

m
Remove commented-out code
(Updated for DF v20.0)
m (Remove commented-out code)
Line 202: Line 202:
     // Display this view at start up:
     // Display this view at start up:
     Delegate Set phoDefaultView to Self
     Delegate Set phoDefaultView to Self
   
//    // Work out the web application name from the WebServiceDispatcher.wo
//    // file in AppHTML, which we treat like a .ini file
//    Function WebAppName Returns String
//        Handle hoIni
//        String sName
//       
//        Get Create (RefClass(cIniFile)) to hoIni
//        Set psFileName of hoIni to ;
//            (psAppHtmlPath(phoWorkspace(ghoApplication)) + ;
//            "\WebServiceDispatcher.wso")
//        Get ReadString of hoIni "WebService" "Application" "" to sName
//        Send Destroy of hoIni
//        Function_Return sName
//    End_Function
      
      
     // Work out the web application name from the web.config
     // Work out the web application name from the web.config