views:

17

answers:

1

Hello I found problem in uploaded project(ASP.NET) which i have done before...and after that i have made some changes latter on...but the web form and stylesheet changes are not accepting...so need solution for that... i found little bit about it on google...that i have to give some command on cmd...but dont knw about it...

+2  A: 

It sounds like a browser issue, not a server issue or coding issue. It sounds like your browser is caching the pages/stylesheets. Did you look there yet?

Clearing your browser cache: http://kb.iu.edu/data/ahic.html

David Stratton
Also forcing a full download by pressing `Ctrl`+`F5` helps too.
Agent_9191