Hi, how are you? In MVC we usually use a folder called assets with CSS subdirectories, JAVASCRIPT and IMAGES to organize the items that make up our VIEW, Since what you want is to add a Background the Ideal would be to create this structure and then add within your CSS the code
body
{
background-image: url('Caminho da imagem');
}
Follow MVC folder organization image