0

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

James123
  • 11,184
  • 66
  • 189
  • 343
  • Out of interest, what do you mean by "running". Do you mean building and running the actual application by pressing f5, or just saving and refreshing the already open webpage. – MindingData Jun 18 '10 at 00:56

1 Answers1

3

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?

Community
  • 1
  • 1
minimalis
  • 1,763
  • 13
  • 19