I'm new here. I've started working my own forum system recently to use as a portfolio. Decided to let the admin of the website set his own name and description for the forum. So first thought was use .ini file to put the string there but C# does not support inis but it does XML files. So I have created a simple XML file for use.
But my question is where do I read all the values from that XML file to send them to _Layout every time.
Because if I send it through the View() from each function in the controller that is not really good.
Can somebody point out where in the website to read the values and send them to the _Layout