This is the fourth part of the Logging series. For your convenience you can find other parts in the table of contents in Part 1 – Correlations We can generate correlation data on each request but we need to pass them throughout the system. Let’s start with simple REST requests. Rest client We want to … Continue reading Logging in distributed system Part 4 — Passing data to other systems
Tag: Sitefinity
Logging in distributed system Part 3 — Exceptions
This is the third part of the Logging series. For your convenience you can find other parts in the table of contents in Part 1 – Correlations So we need to handle errors and exceptions. Web jobs are already covered in the previous part so we need to take care of Sitefinity and WebAPI. Let’s … Continue reading Logging in distributed system Part 3 — Exceptions
Logging in distributed system Part 1 — Correlations
This is the first part of the Logging in distributed system series. For your convenience you can find other parts using the links below (or by guessing the address): Part 1 — Correlations Part 2 — Action filters Part 3 — Exceptions Part 4 — Passing data to other systems Part 5 — Parsing logs … Continue reading Logging in distributed system Part 1 — Correlations
Sitefinity Part 4 — Turning on Redis in Sitefinity in Azure
This is the fourth part of the Sitefinity series. For your convenience you can find other parts in the table of contents in Sitefinity Part 1 — Capturing logs Last time we saw how to change database connection string for Sitefinity which can be useful if we need to extract it in runtime. In the … Continue reading Sitefinity Part 4 — Turning on Redis in Sitefinity in Azure
Sitefinity Part 3 — Dynamically changing database connection string in Sitefinity
This is the third part of the Sitefinity series. For your convenience you can find other parts in the table of contents in Sitefinity Part 1 — Capturing logs Sitefinity stores its database connection string in App_data\Sitefinity\Configuration\DataConfig.config so you can easily modify connection string there. But what if you want to extract the connection string … Continue reading Sitefinity Part 3 — Dynamically changing database connection string in Sitefinity