views:

36

answers:

1

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

+3  A: 

It is probably being cached by the browser. Try pressing Ctrl-F5 to refresh IE or Firefox.

Edit: for technical details see http://stackoverflow.com/questions/385367

minimalis