formatc2013
formatc2013

Reputation: 201

Why does not Visual Studio apply my changes on an HTML file?

I am working on a very simple ASP.NET project.

I have an HTML, a JS and a CSS file. I added some inputs and buttons to the HTML and saved it. When I am opening it in chrome my changes are not applied.

When I trying the same in page inspector it seems to work. When I check the sources in chrome it comes up with an older HTML saving without my buttons and inputs.

It seems to not saving my changes for some reason, and my JS has no acces to my HTML form as well.

Upvotes: 1

Views: 3244

Answers (1)

Leandro Bardelli
Leandro Bardelli

Reputation: 11578

Verify these steps:

  1. Did you save the file/s?
  2. Did you refresh the cache with Control+F5 in browser?

If nothing of this works:

  1. Did you try rebuild and re-debug/re-run ?

Upvotes: 4

Related Questions