First of all, I am not a C# developer. Only briefly glanced at it once or twice. I mainly have worked with VBA for Office and SQL Server for coding.
In my role now, I'm asked to make a correction to an Intranet site/page/tool. The change (I think) is just a simple text change, which I already made and saved all the files containing the text. It was literally changing one string to another.
I made the file changes to all the files where the IIS says the app/site is located - where the files are located.
The changes do not show (it seems) in the actual tool/site.
Is there some way I can test it to verify the chagnes aren't actually showing?
Secondly, is there some way I can safely force the site/app to reflect my changes/edits?
I found this former discussion, but was not sure whether any of those suggestions would be relevant to my scenario: Visual Studio. Code changes don't do anything
Thanks in advance for any hints or tips.