Changes not reflecting on UI

Feb 20 2021 5:20 PM
I have a login page where user logs in and when he enters wrong password i display a message. This message in stored in a variable public const string err in Public sealed class Constants. I want to change this string message but when i do the changes i and rebuild my code in VS 2019 then these changes are not reflected on UI. Steps i tried: Changed the value of const variable Rebuilt the code Cleared all the cache of browser Tried ctrl+F5 Reset IIS Restarted IIS Deleted site from IIS and added back again

Answers (4)