visual studio not updating html / javascript to server / browser












19















This is an MVC 4 app using the Hot Towel SPA template. Whenever I change anything in the HTML and/or javascript the only way I can get the new code to display is to clear the browser cache. F5, cntrl-F5, shift-F5, nothing works.



I'm not normally a web dev and just learning this. I've done regular MVC before and not had this issue, maybe it has to do with where the HTML and javascript is in my project (i.e. in the /App folder) ?. I'm going nuts trying to figure this out.



I can completely delete an HTML file and run the app and it still runs as it did. Clear cache and run and I then get the update.



It's running using IIS express using Firefox, Chrome, IE...



Thanks..










share|improve this question





























    19















    This is an MVC 4 app using the Hot Towel SPA template. Whenever I change anything in the HTML and/or javascript the only way I can get the new code to display is to clear the browser cache. F5, cntrl-F5, shift-F5, nothing works.



    I'm not normally a web dev and just learning this. I've done regular MVC before and not had this issue, maybe it has to do with where the HTML and javascript is in my project (i.e. in the /App folder) ?. I'm going nuts trying to figure this out.



    I can completely delete an HTML file and run the app and it still runs as it did. Clear cache and run and I then get the update.



    It's running using IIS express using Firefox, Chrome, IE...



    Thanks..










    share|improve this question



























      19












      19








      19


      6






      This is an MVC 4 app using the Hot Towel SPA template. Whenever I change anything in the HTML and/or javascript the only way I can get the new code to display is to clear the browser cache. F5, cntrl-F5, shift-F5, nothing works.



      I'm not normally a web dev and just learning this. I've done regular MVC before and not had this issue, maybe it has to do with where the HTML and javascript is in my project (i.e. in the /App folder) ?. I'm going nuts trying to figure this out.



      I can completely delete an HTML file and run the app and it still runs as it did. Clear cache and run and I then get the update.



      It's running using IIS express using Firefox, Chrome, IE...



      Thanks..










      share|improve this question
















      This is an MVC 4 app using the Hot Towel SPA template. Whenever I change anything in the HTML and/or javascript the only way I can get the new code to display is to clear the browser cache. F5, cntrl-F5, shift-F5, nothing works.



      I'm not normally a web dev and just learning this. I've done regular MVC before and not had this issue, maybe it has to do with where the HTML and javascript is in my project (i.e. in the /App folder) ?. I'm going nuts trying to figure this out.



      I can completely delete an HTML file and run the app and it still runs as it did. Clear cache and run and I then get the update.



      It's running using IIS express using Firefox, Chrome, IE...



      Thanks..







      asp.net-mvc visual-studio asp.net-mvc-4 single-page-application






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 26 '13 at 20:10







      Brian

















      asked Mar 26 '13 at 20:10









      BrianBrian

      4161514




      4161514
























          10 Answers
          10






          active

          oldest

          votes


















          24














          In Opera and Chrome (and possibly others), you can disable caching while in 'development mode'.



          While in DevTools, the 2nd option in the Settings menu is




          Disable cache (while DevTools is open)







          share|improve this answer
























          • This only solves the problem if the issue is on the browser side (which I previously faced also) but not if the issue is somewere in between the angular-.net saving changed files

            – Laszlo Sarvold
            Jul 25 '18 at 17:31



















          15














          Go to your web.config file and make a change in it.Its not matter what change you make.For example type a character and then delete it and build the project and run it again.I hope it works.






          share|improve this answer



















          • 2





            Please rather accept this as an answer. Turning off caching in your browser is not great for when you are browsing outside of development

            – Adriaan Davel
            Aug 1 '14 at 15:33






          • 2





            This does not work for me, still the old *.js files in "dynamic" are loaded and executed. The only effect is that VS forces you to restart the debug session.

            – Matt
            Dec 10 '14 at 14:26











          • This worked for me although I had tried everything else

            – Steve Johnson
            Apr 6 '16 at 12:57











          • i did that, but still have issue. no changes i see on live website.

            – ALi
            Feb 11 '17 at 21:16











          • I tried it with no success yet

            – Laszlo Sarvold
            Jul 25 '18 at 17:29



















          8














          I also experienced this issue and turns out it was related to caching.



          If using Chrome DevTools, you can simply disable cache by navigating to the Network Tab and ticking Disable Cache



          This will only disable the cache when Dev Tools is open.






          share|improve this answer
























          • This really helped and in my opinion should be marked as correct solution

            – Santiago Rebella
            Jun 13 '17 at 19:13



















          7














          ctrl+shift+F5 will do the trick! Seems like browser cache is part of the problem :)






          share|improve this answer































            7














            in my case iis express not updated site, but site , created by iis Manager worked correctly?



            possible solution for this problem is
            set "use this 64 bit version of iis express for web sites and projects" option at visual studio
            it located at options->Projects and Solutions->Web projects






            share|improve this answer



















            • 1





              thank you its helped me so much.

              – Matan Tubul
              Feb 16 '16 at 8:31



















            5














            The browsers cache by default. You can turn off caching in your browser to get the changed files.






            share|improve this answer





















            • 1





              See other solution from Hamid, this answer is only good for temporarily recache things, however caching should be turned back on.

              – aggaton
              Aug 21 '14 at 17:08











            • this answer is for when developing. under develop this setting should always be on

              – John Papa
              Jul 13 '15 at 18:14



















            1














            I found that I had the .js file open in the Chrome Developer Tools -> Sources View.



            When I closed the file there and refreshed the page the new .js file showed up as expected.






            share|improve this answer
























            • this wasmy issue but why? i did refreshed the page when it was open maybe chrome tools is not updating the file?

              – Geomorillo
              Mar 21 '17 at 22:55





















            1














            If you just want to test locally You can try



            A) Create Virtual Directory
            Follow below path: Project / Properties / Web

            Find Servers section
            Click on Create Virtual directory



            B) Follow below path: Project / Properties / Web

            Find Servers section
            Click on Drop down and change the selected value between Express and Local
            Then Create Virtual directory






            share|improve this answer































              0














              In case disabling the cache and editing the web.config file does not work.



              Simply close the solution and reopen it and try it. Strange, but it worked for me.






              share|improve this answer































                0














                I had an issue with moved .ts & .html files on the server and had to:




                1. stop debugging

                2. clear the whole output/dist folder inside my ClientApp

                3. start debugging again

                4. Ctrl-F5 to force the cache to refresh on the browser


                Simply disabling the browser's cache, or forcing the .net app to recompile, or even running ng serve had no effect.






                share|improve this answer























                  Your Answer






                  StackExchange.ifUsing("editor", function () {
                  StackExchange.using("externalEditor", function () {
                  StackExchange.using("snippets", function () {
                  StackExchange.snippets.init();
                  });
                  });
                  }, "code-snippets");

                  StackExchange.ready(function() {
                  var channelOptions = {
                  tags: "".split(" "),
                  id: "1"
                  };
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function() {
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled) {
                  StackExchange.using("snippets", function() {
                  createEditor();
                  });
                  }
                  else {
                  createEditor();
                  }
                  });

                  function createEditor() {
                  StackExchange.prepareEditor({
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: true,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: 10,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader: {
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  },
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  });


                  }
                  });














                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function () {
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f15646447%2fvisual-studio-not-updating-html-javascript-to-server-browser%23new-answer', 'question_page');
                  }
                  );

                  Post as a guest















                  Required, but never shown

























                  10 Answers
                  10






                  active

                  oldest

                  votes








                  10 Answers
                  10






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  24














                  In Opera and Chrome (and possibly others), you can disable caching while in 'development mode'.



                  While in DevTools, the 2nd option in the Settings menu is




                  Disable cache (while DevTools is open)







                  share|improve this answer
























                  • This only solves the problem if the issue is on the browser side (which I previously faced also) but not if the issue is somewere in between the angular-.net saving changed files

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:31
















                  24














                  In Opera and Chrome (and possibly others), you can disable caching while in 'development mode'.



                  While in DevTools, the 2nd option in the Settings menu is




                  Disable cache (while DevTools is open)







                  share|improve this answer
























                  • This only solves the problem if the issue is on the browser side (which I previously faced also) but not if the issue is somewere in between the angular-.net saving changed files

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:31














                  24












                  24








                  24







                  In Opera and Chrome (and possibly others), you can disable caching while in 'development mode'.



                  While in DevTools, the 2nd option in the Settings menu is




                  Disable cache (while DevTools is open)







                  share|improve this answer













                  In Opera and Chrome (and possibly others), you can disable caching while in 'development mode'.



                  While in DevTools, the 2nd option in the Settings menu is




                  Disable cache (while DevTools is open)








                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jul 1 '15 at 4:01









                  Mark HebertMark Hebert

                  414412




                  414412













                  • This only solves the problem if the issue is on the browser side (which I previously faced also) but not if the issue is somewere in between the angular-.net saving changed files

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:31



















                  • This only solves the problem if the issue is on the browser side (which I previously faced also) but not if the issue is somewere in between the angular-.net saving changed files

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:31

















                  This only solves the problem if the issue is on the browser side (which I previously faced also) but not if the issue is somewere in between the angular-.net saving changed files

                  – Laszlo Sarvold
                  Jul 25 '18 at 17:31





                  This only solves the problem if the issue is on the browser side (which I previously faced also) but not if the issue is somewere in between the angular-.net saving changed files

                  – Laszlo Sarvold
                  Jul 25 '18 at 17:31













                  15














                  Go to your web.config file and make a change in it.Its not matter what change you make.For example type a character and then delete it and build the project and run it again.I hope it works.






                  share|improve this answer



















                  • 2





                    Please rather accept this as an answer. Turning off caching in your browser is not great for when you are browsing outside of development

                    – Adriaan Davel
                    Aug 1 '14 at 15:33






                  • 2





                    This does not work for me, still the old *.js files in "dynamic" are loaded and executed. The only effect is that VS forces you to restart the debug session.

                    – Matt
                    Dec 10 '14 at 14:26











                  • This worked for me although I had tried everything else

                    – Steve Johnson
                    Apr 6 '16 at 12:57











                  • i did that, but still have issue. no changes i see on live website.

                    – ALi
                    Feb 11 '17 at 21:16











                  • I tried it with no success yet

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:29
















                  15














                  Go to your web.config file and make a change in it.Its not matter what change you make.For example type a character and then delete it and build the project and run it again.I hope it works.






                  share|improve this answer



















                  • 2





                    Please rather accept this as an answer. Turning off caching in your browser is not great for when you are browsing outside of development

                    – Adriaan Davel
                    Aug 1 '14 at 15:33






                  • 2





                    This does not work for me, still the old *.js files in "dynamic" are loaded and executed. The only effect is that VS forces you to restart the debug session.

                    – Matt
                    Dec 10 '14 at 14:26











                  • This worked for me although I had tried everything else

                    – Steve Johnson
                    Apr 6 '16 at 12:57











                  • i did that, but still have issue. no changes i see on live website.

                    – ALi
                    Feb 11 '17 at 21:16











                  • I tried it with no success yet

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:29














                  15












                  15








                  15







                  Go to your web.config file and make a change in it.Its not matter what change you make.For example type a character and then delete it and build the project and run it again.I hope it works.






                  share|improve this answer













                  Go to your web.config file and make a change in it.Its not matter what change you make.For example type a character and then delete it and build the project and run it again.I hope it works.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Mar 26 '13 at 20:17









                  Hamid RezaHamid Reza

                  1,74173365




                  1,74173365








                  • 2





                    Please rather accept this as an answer. Turning off caching in your browser is not great for when you are browsing outside of development

                    – Adriaan Davel
                    Aug 1 '14 at 15:33






                  • 2





                    This does not work for me, still the old *.js files in "dynamic" are loaded and executed. The only effect is that VS forces you to restart the debug session.

                    – Matt
                    Dec 10 '14 at 14:26











                  • This worked for me although I had tried everything else

                    – Steve Johnson
                    Apr 6 '16 at 12:57











                  • i did that, but still have issue. no changes i see on live website.

                    – ALi
                    Feb 11 '17 at 21:16











                  • I tried it with no success yet

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:29














                  • 2





                    Please rather accept this as an answer. Turning off caching in your browser is not great for when you are browsing outside of development

                    – Adriaan Davel
                    Aug 1 '14 at 15:33






                  • 2





                    This does not work for me, still the old *.js files in "dynamic" are loaded and executed. The only effect is that VS forces you to restart the debug session.

                    – Matt
                    Dec 10 '14 at 14:26











                  • This worked for me although I had tried everything else

                    – Steve Johnson
                    Apr 6 '16 at 12:57











                  • i did that, but still have issue. no changes i see on live website.

                    – ALi
                    Feb 11 '17 at 21:16











                  • I tried it with no success yet

                    – Laszlo Sarvold
                    Jul 25 '18 at 17:29








                  2




                  2





                  Please rather accept this as an answer. Turning off caching in your browser is not great for when you are browsing outside of development

                  – Adriaan Davel
                  Aug 1 '14 at 15:33





                  Please rather accept this as an answer. Turning off caching in your browser is not great for when you are browsing outside of development

                  – Adriaan Davel
                  Aug 1 '14 at 15:33




                  2




                  2





                  This does not work for me, still the old *.js files in "dynamic" are loaded and executed. The only effect is that VS forces you to restart the debug session.

                  – Matt
                  Dec 10 '14 at 14:26





                  This does not work for me, still the old *.js files in "dynamic" are loaded and executed. The only effect is that VS forces you to restart the debug session.

                  – Matt
                  Dec 10 '14 at 14:26













                  This worked for me although I had tried everything else

                  – Steve Johnson
                  Apr 6 '16 at 12:57





                  This worked for me although I had tried everything else

                  – Steve Johnson
                  Apr 6 '16 at 12:57













                  i did that, but still have issue. no changes i see on live website.

                  – ALi
                  Feb 11 '17 at 21:16





                  i did that, but still have issue. no changes i see on live website.

                  – ALi
                  Feb 11 '17 at 21:16













                  I tried it with no success yet

                  – Laszlo Sarvold
                  Jul 25 '18 at 17:29





                  I tried it with no success yet

                  – Laszlo Sarvold
                  Jul 25 '18 at 17:29











                  8














                  I also experienced this issue and turns out it was related to caching.



                  If using Chrome DevTools, you can simply disable cache by navigating to the Network Tab and ticking Disable Cache



                  This will only disable the cache when Dev Tools is open.






                  share|improve this answer
























                  • This really helped and in my opinion should be marked as correct solution

                    – Santiago Rebella
                    Jun 13 '17 at 19:13
















                  8














                  I also experienced this issue and turns out it was related to caching.



                  If using Chrome DevTools, you can simply disable cache by navigating to the Network Tab and ticking Disable Cache



                  This will only disable the cache when Dev Tools is open.






                  share|improve this answer
























                  • This really helped and in my opinion should be marked as correct solution

                    – Santiago Rebella
                    Jun 13 '17 at 19:13














                  8












                  8








                  8







                  I also experienced this issue and turns out it was related to caching.



                  If using Chrome DevTools, you can simply disable cache by navigating to the Network Tab and ticking Disable Cache



                  This will only disable the cache when Dev Tools is open.






                  share|improve this answer













                  I also experienced this issue and turns out it was related to caching.



                  If using Chrome DevTools, you can simply disable cache by navigating to the Network Tab and ticking Disable Cache



                  This will only disable the cache when Dev Tools is open.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 22 '17 at 19:58









                  benscabbiabenscabbia

                  8,78583249




                  8,78583249













                  • This really helped and in my opinion should be marked as correct solution

                    – Santiago Rebella
                    Jun 13 '17 at 19:13



















                  • This really helped and in my opinion should be marked as correct solution

                    – Santiago Rebella
                    Jun 13 '17 at 19:13

















                  This really helped and in my opinion should be marked as correct solution

                  – Santiago Rebella
                  Jun 13 '17 at 19:13





                  This really helped and in my opinion should be marked as correct solution

                  – Santiago Rebella
                  Jun 13 '17 at 19:13











                  7














                  ctrl+shift+F5 will do the trick! Seems like browser cache is part of the problem :)






                  share|improve this answer




























                    7














                    ctrl+shift+F5 will do the trick! Seems like browser cache is part of the problem :)






                    share|improve this answer


























                      7












                      7








                      7







                      ctrl+shift+F5 will do the trick! Seems like browser cache is part of the problem :)






                      share|improve this answer













                      ctrl+shift+F5 will do the trick! Seems like browser cache is part of the problem :)







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Apr 16 '15 at 8:50









                      Henry AloniHenry Aloni

                      574621




                      574621























                          7














                          in my case iis express not updated site, but site , created by iis Manager worked correctly?



                          possible solution for this problem is
                          set "use this 64 bit version of iis express for web sites and projects" option at visual studio
                          it located at options->Projects and Solutions->Web projects






                          share|improve this answer



















                          • 1





                            thank you its helped me so much.

                            – Matan Tubul
                            Feb 16 '16 at 8:31
















                          7














                          in my case iis express not updated site, but site , created by iis Manager worked correctly?



                          possible solution for this problem is
                          set "use this 64 bit version of iis express for web sites and projects" option at visual studio
                          it located at options->Projects and Solutions->Web projects






                          share|improve this answer



















                          • 1





                            thank you its helped me so much.

                            – Matan Tubul
                            Feb 16 '16 at 8:31














                          7












                          7








                          7







                          in my case iis express not updated site, but site , created by iis Manager worked correctly?



                          possible solution for this problem is
                          set "use this 64 bit version of iis express for web sites and projects" option at visual studio
                          it located at options->Projects and Solutions->Web projects






                          share|improve this answer













                          in my case iis express not updated site, but site , created by iis Manager worked correctly?



                          possible solution for this problem is
                          set "use this 64 bit version of iis express for web sites and projects" option at visual studio
                          it located at options->Projects and Solutions->Web projects







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 21 '16 at 9:23









                          user5695027user5695027

                          7112




                          7112








                          • 1





                            thank you its helped me so much.

                            – Matan Tubul
                            Feb 16 '16 at 8:31














                          • 1





                            thank you its helped me so much.

                            – Matan Tubul
                            Feb 16 '16 at 8:31








                          1




                          1





                          thank you its helped me so much.

                          – Matan Tubul
                          Feb 16 '16 at 8:31





                          thank you its helped me so much.

                          – Matan Tubul
                          Feb 16 '16 at 8:31











                          5














                          The browsers cache by default. You can turn off caching in your browser to get the changed files.






                          share|improve this answer





















                          • 1





                            See other solution from Hamid, this answer is only good for temporarily recache things, however caching should be turned back on.

                            – aggaton
                            Aug 21 '14 at 17:08











                          • this answer is for when developing. under develop this setting should always be on

                            – John Papa
                            Jul 13 '15 at 18:14
















                          5














                          The browsers cache by default. You can turn off caching in your browser to get the changed files.






                          share|improve this answer





















                          • 1





                            See other solution from Hamid, this answer is only good for temporarily recache things, however caching should be turned back on.

                            – aggaton
                            Aug 21 '14 at 17:08











                          • this answer is for when developing. under develop this setting should always be on

                            – John Papa
                            Jul 13 '15 at 18:14














                          5












                          5








                          5







                          The browsers cache by default. You can turn off caching in your browser to get the changed files.






                          share|improve this answer















                          The browsers cache by default. You can turn off caching in your browser to get the changed files.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Mar 27 '13 at 23:12

























                          answered Mar 26 '13 at 23:31









                          John PapaJohn Papa

                          17.1k45259




                          17.1k45259








                          • 1





                            See other solution from Hamid, this answer is only good for temporarily recache things, however caching should be turned back on.

                            – aggaton
                            Aug 21 '14 at 17:08











                          • this answer is for when developing. under develop this setting should always be on

                            – John Papa
                            Jul 13 '15 at 18:14














                          • 1





                            See other solution from Hamid, this answer is only good for temporarily recache things, however caching should be turned back on.

                            – aggaton
                            Aug 21 '14 at 17:08











                          • this answer is for when developing. under develop this setting should always be on

                            – John Papa
                            Jul 13 '15 at 18:14








                          1




                          1





                          See other solution from Hamid, this answer is only good for temporarily recache things, however caching should be turned back on.

                          – aggaton
                          Aug 21 '14 at 17:08





                          See other solution from Hamid, this answer is only good for temporarily recache things, however caching should be turned back on.

                          – aggaton
                          Aug 21 '14 at 17:08













                          this answer is for when developing. under develop this setting should always be on

                          – John Papa
                          Jul 13 '15 at 18:14





                          this answer is for when developing. under develop this setting should always be on

                          – John Papa
                          Jul 13 '15 at 18:14











                          1














                          I found that I had the .js file open in the Chrome Developer Tools -> Sources View.



                          When I closed the file there and refreshed the page the new .js file showed up as expected.






                          share|improve this answer
























                          • this wasmy issue but why? i did refreshed the page when it was open maybe chrome tools is not updating the file?

                            – Geomorillo
                            Mar 21 '17 at 22:55


















                          1














                          I found that I had the .js file open in the Chrome Developer Tools -> Sources View.



                          When I closed the file there and refreshed the page the new .js file showed up as expected.






                          share|improve this answer
























                          • this wasmy issue but why? i did refreshed the page when it was open maybe chrome tools is not updating the file?

                            – Geomorillo
                            Mar 21 '17 at 22:55
















                          1












                          1








                          1







                          I found that I had the .js file open in the Chrome Developer Tools -> Sources View.



                          When I closed the file there and refreshed the page the new .js file showed up as expected.






                          share|improve this answer













                          I found that I had the .js file open in the Chrome Developer Tools -> Sources View.



                          When I closed the file there and refreshed the page the new .js file showed up as expected.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Aug 26 '16 at 13:03









                          Mark MillerMark Miller

                          364




                          364













                          • this wasmy issue but why? i did refreshed the page when it was open maybe chrome tools is not updating the file?

                            – Geomorillo
                            Mar 21 '17 at 22:55





















                          • this wasmy issue but why? i did refreshed the page when it was open maybe chrome tools is not updating the file?

                            – Geomorillo
                            Mar 21 '17 at 22:55



















                          this wasmy issue but why? i did refreshed the page when it was open maybe chrome tools is not updating the file?

                          – Geomorillo
                          Mar 21 '17 at 22:55







                          this wasmy issue but why? i did refreshed the page when it was open maybe chrome tools is not updating the file?

                          – Geomorillo
                          Mar 21 '17 at 22:55













                          1














                          If you just want to test locally You can try



                          A) Create Virtual Directory
                          Follow below path: Project / Properties / Web

                          Find Servers section
                          Click on Create Virtual directory



                          B) Follow below path: Project / Properties / Web

                          Find Servers section
                          Click on Drop down and change the selected value between Express and Local
                          Then Create Virtual directory






                          share|improve this answer




























                            1














                            If you just want to test locally You can try



                            A) Create Virtual Directory
                            Follow below path: Project / Properties / Web

                            Find Servers section
                            Click on Create Virtual directory



                            B) Follow below path: Project / Properties / Web

                            Find Servers section
                            Click on Drop down and change the selected value between Express and Local
                            Then Create Virtual directory






                            share|improve this answer


























                              1












                              1








                              1







                              If you just want to test locally You can try



                              A) Create Virtual Directory
                              Follow below path: Project / Properties / Web

                              Find Servers section
                              Click on Create Virtual directory



                              B) Follow below path: Project / Properties / Web

                              Find Servers section
                              Click on Drop down and change the selected value between Express and Local
                              Then Create Virtual directory






                              share|improve this answer













                              If you just want to test locally You can try



                              A) Create Virtual Directory
                              Follow below path: Project / Properties / Web

                              Find Servers section
                              Click on Create Virtual directory



                              B) Follow below path: Project / Properties / Web

                              Find Servers section
                              Click on Drop down and change the selected value between Express and Local
                              Then Create Virtual directory







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Nov 19 '18 at 21:28









                              Locke1211Locke1211

                              112




                              112























                                  0














                                  In case disabling the cache and editing the web.config file does not work.



                                  Simply close the solution and reopen it and try it. Strange, but it worked for me.






                                  share|improve this answer




























                                    0














                                    In case disabling the cache and editing the web.config file does not work.



                                    Simply close the solution and reopen it and try it. Strange, but it worked for me.






                                    share|improve this answer


























                                      0












                                      0








                                      0







                                      In case disabling the cache and editing the web.config file does not work.



                                      Simply close the solution and reopen it and try it. Strange, but it worked for me.






                                      share|improve this answer













                                      In case disabling the cache and editing the web.config file does not work.



                                      Simply close the solution and reopen it and try it. Strange, but it worked for me.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Aug 28 '17 at 6:09









                                      thebenmanthebenman

                                      1,042921




                                      1,042921























                                          0














                                          I had an issue with moved .ts & .html files on the server and had to:




                                          1. stop debugging

                                          2. clear the whole output/dist folder inside my ClientApp

                                          3. start debugging again

                                          4. Ctrl-F5 to force the cache to refresh on the browser


                                          Simply disabling the browser's cache, or forcing the .net app to recompile, or even running ng serve had no effect.






                                          share|improve this answer




























                                            0














                                            I had an issue with moved .ts & .html files on the server and had to:




                                            1. stop debugging

                                            2. clear the whole output/dist folder inside my ClientApp

                                            3. start debugging again

                                            4. Ctrl-F5 to force the cache to refresh on the browser


                                            Simply disabling the browser's cache, or forcing the .net app to recompile, or even running ng serve had no effect.






                                            share|improve this answer


























                                              0












                                              0








                                              0







                                              I had an issue with moved .ts & .html files on the server and had to:




                                              1. stop debugging

                                              2. clear the whole output/dist folder inside my ClientApp

                                              3. start debugging again

                                              4. Ctrl-F5 to force the cache to refresh on the browser


                                              Simply disabling the browser's cache, or forcing the .net app to recompile, or even running ng serve had no effect.






                                              share|improve this answer













                                              I had an issue with moved .ts & .html files on the server and had to:




                                              1. stop debugging

                                              2. clear the whole output/dist folder inside my ClientApp

                                              3. start debugging again

                                              4. Ctrl-F5 to force the cache to refresh on the browser


                                              Simply disabling the browser's cache, or forcing the .net app to recompile, or even running ng serve had no effect.







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered Nov 26 '18 at 23:46









                                              montymonty

                                              967621




                                              967621






























                                                  draft saved

                                                  draft discarded




















































                                                  Thanks for contributing an answer to Stack Overflow!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid



                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.


                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function () {
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f15646447%2fvisual-studio-not-updating-html-javascript-to-server-browser%23new-answer', 'question_page');
                                                  }
                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  MongoDB - Not Authorized To Execute Command

                                                  in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

                                                  How to fix TextFormField cause rebuild widget in Flutter