1

EDIT: From what I am seeing, this is extending past a single project and must involve how I am handling building/running a project:

NEW BEHAVIOR, I download the original project that I am basing my project off, in .Zip form I extract the file and open the solution. I click run and the project begins to build. A browser opens up and displays my previous project. (a completely different solution)

So I am creating a web application using Angular 6, net core 2.1, ef core 2.1... I had built the front end, however--now the behavior that I am experiencing is that when I change any of my HTML code, the changes are not reflected inside of the browser.
Some things I have tried: 1. Comment everything out. Effect: Nothing changes in browser. 2. Change the filename of the HTML. Effect: breaks the web application. 3. Change filename back to normal, delete all html code. Effect: Application working again, still showing old content.
4. Clean browser cache. Effect: None 5. Force refresh (Control f5). Effect: None. Does this sound familiar to anyone?

12
  • While still in VS or after being published? Commented Sep 21, 2018 at 18:50
  • Hmm. I build and run, and a browser pops up to the application. This browser is what is not changing. Commented Sep 21, 2018 at 19:18
  • Are you sure you're going to the right page? Have you tried other browsers? What html did you change vs what you're seeing. Are you seeing/not seeing these changes in rendered content or are you viewing the html raw through developer mode in the browser(s)? Commented Sep 21, 2018 at 20:01
  • I've tried multiple browsers, I've tried disabling cache. I am viewing rendered content. I have the whole page in like a home.component.html and what I am doing is literally deleting all of it (like control a, backspace) -- rebuilding, and then running on chrome and the content that I just deleted is still rendered. Commented Sep 21, 2018 at 20:11
  • I hate to say it, but I don't think you're running/editing what you think you are. If you've tried all that and it's not showing your edits, then you must be working on the wrong view. Multiple browsers removes any hint that it's a cache issue or even a browser issue. Commented Sep 21, 2018 at 20:27

1 Answer 1

2

Hit F12 in your browser to bring up the Developer Tools. Disable the Cache. Reload your page.

Reference

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for the answer, however--this is not the problem. Attempted in Chrome.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.