Remove Performance Monitor Module

##Remove performance monitor module

Due to Xeelo has changed performance logging mechanism it is require to remove following section from web.config

In section <system.webServer> remove

<modules runAllManagedModulesForAllRequests="true">
 <add name="PerformanceMonitorModule" type="SmartMDMWeb.Code.PerformanceMonitorModule" />
</modules>

and

<handlers>
  <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
  <remove name="OPTIONSVerbHandler" />
  <remove name="TRACEVerbHandler" />
  <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
</handlers>

When these section will be present Xeelo 2017.05 and above won’t start.