Contents tagged with debugging

  • Debugging orchard themes

    An orchard theme is a website with content, scripts, and styles; and views as .cshtml files. These are html with c# code embedded via the ASP NVC razor markup. I find these easy to change, but without running it, I also make mistakes, and one typo in the cde can prevent the whole site from running. So, running it in Visual Studio and debugging it is necessary. I did it like this:

    Continue reading...

  • 1