I am trying to make some changes to an existing asp.net website made in sitefinity cms. I am editing a .cs file but it does not changes anything on the website.
I cannot build this website in visual studio because it keeps on giving me the errors while building no matter how many errors I solve.
There is link forum which says that rebuilding the project is not required for websites made in asp.net. Building is only required in web applications where dll files are created.
If its true then the changes should render and show up on website. Am I missing something?
After alot of hit and trial I have found that you can render the changes without building an asp.net website. In my case I changed the CodeBehind attribute to CodeFile and changes done only on the ascx and cs files started showing.