In Visual studio 2008 I changed css methods (like font size increase). Which is not effecting when I run immediatly. If I publish to server. I can see changes. Why it is not happing in from VS 2008?
Thanks
In Visual studio 2008 I changed css methods (like font size increase). Which is not effecting when I run immediatly. If I publish to server. I can see changes. Why it is not happing in from VS 2008?
Thanks
It is probably being cached by the browser. Try pressing Ctrl-F5 to refresh IE or Firefox.
Edit: for technical details see What requests do browsers' "F5" and "Ctrl + F5" refreshes generate?