Hiya,
If I'm reading you right, you're
- Writing a page
- Hitting Debug in Visual Studio and seeing the page in IE or whichever browser you're using.
- Editing the page
- Refreshing the page
- Not getting the changes reflected back in the browser.
My first suggestions are:
- Make sure that you close the browser window that opened when you started debugging in Visual Studio. Changes in C# code at least won't be reflected in the browser until you close it down and then press debug again. Visual Studio must first recompile the page before you see changes and to do that it must leave debug mode.
- Check that your browser isn't just pulling the same old (incorrect) version of the page from its cache. You can try pressing either Shift+F5 to get it to load a new version of the page or for a more permanent solution, open your browsers preferences dialog and set it to always redownload a page when it is requested.
I hope that helps. If not, let me know what exactly you're trying to do - alter codebehind, alter html - and what steps you're taking to do it and we'll work through it.
Dan
Dan Maharry
Read the feed at
http://feeds.feedburner.com/dansarchive