User1707247976 posted
I have an ASP.NET Core project using Razor pages, I published the project from Visual studio 2019 to an Azure web app, Its working fine.
But when I doing a change in a single page, I want to publish the only modified page to the host, I'm doing this from : Project menu----> Publish page.cshtml, Visual studio is telling me the file has published successfully, but I do not see any change
in the online page.
Is there is any missing step after publishing the page?
Kindly help me regarding this issue.