asp.net - How to set up Firefox and Internet explorer when I use them to debug my html pages on local host? -


i'm creating web pages using asp.net mvc (vs ide, c# language).

when want see real design of page displayed user run using asp.net development server on localhost , display page in ie , firefox.

both ie , firefox driving crazy... have swiched off caching on both of them still keep displaying old versions of web page. suspect not cache html stil cache css file. got old versions , i'm trying find bug in code not there.

what can make them display current page ? without caching anything?

stop asp.net web development server system tray , again start debugging application


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -