Posts

Showing posts from January, 2020

How to configure SERVICE TRACE VIEWER in WCF?

Configuring Service trace viewer can be very easily done. Add the following section in the web.config file to setup trace viewer 1. Add diagnostics section inside  system.serviceModel <diagnostics>       <messageLogging logEntireMessage =" true "  logMalformedMessages =" true " logMessagesAtServiceLevel =" true " logMessagesAtTransportLevel =" true " maxMessagesToLog =" 2147483647 " maxSizeOfMessageToLog =" 2147483647 " /> </diagnostics> 2. Add diagnostics section inside  configuration <system.diagnostics>     <sources>       <source name =" System.ServiceModel.MessageLogging " switchValue =" Information,ActivityTracing ">         <listeners>           <add name =" ServiceModelMessageLoggingListener ">           ...

PMP Questions Related to Organization Types

Q1. A Project Manager is working on constructing a new bridge, but is not getting enough project attention. Resources are occupied in process-related work and the Project Manager has little authority to assign resources. In what form of organization is the project being performed? SELECT THE CORRECT ANSWER A. Functional B. Strong Matrix C. Projectized D. Weak Matrix