This is a migrated thread and some comments may be shown as answers.

Profiler use with old API

2 Answers 46 Views
Development (API, general questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Pål
Top achievements
Rank 1
Pål asked on 15 May 2013, 10:54 AM
Hi.

Is it possible to use the real-time profiler with the old API?

If so, how do I set it up?

Regards

Pål

2 Answers, 1 is accepted

Sort by
0
Accepted
Ady
Telerik team
answered on 21 May 2013, 09:36 AM
Hi Pål,

 Yes, it is possible to use the profiler with the old API. The settings specified here, for the new domain wizard,  need to be specified in the app.config instead. These settings are specified in the <backendconfiguration> section. Some of the settings are available via the 'Backend Configuration settings' dialog under the 'Logging' section. I have prepared the same set of settings as demonstrated in the link above. More properties are available via intellisense as you edit the app.config file in the editor.
Do let me know if you need any more information.

01.<backendconfiguration id="mssqlConfiguration" backend="mssql">
02.       <mappingname>mssqlMapping</mappingname>
03.       <logging.logEvents>normal</logging.logEvents>
04.       <logging.logEventsToTrace>True</logging.logEventsToTrace>
05.       <logging.stackTrace>True</logging.stackTrace>
06.       <logging.maxEvents>10000</logging.maxEvents>
07.       <metricStoreCapacity>3600</metricStoreCapacity>
08.       <logDownloader.eventBinary>True</logDownloader.eventBinary>
09.       <logDownloader.metricBinary>True</logDownloader.metricBinary>
10.</backendconfiguration>


Kind regards,
Ady
the Telerik team
OpenAccess Samples Kit boasts 50+ sample applications providing diverse real-life business solutions. Click to read more and see OpenAccess ORM in action.
0
Pål
Top achievements
Rank 1
answered on 21 May 2013, 12:41 PM
Great. Thanks.

Pål
Tags
Development (API, general questions)
Asked by
Pål
Top achievements
Rank 1
Answers by
Ady
Telerik team
Pål
Top achievements
Rank 1
Share this question
or