Link to home
Start Free TrialLog in
Avatar of RayT
RayTFlag for United States of America

asked on

IIS Express Cache

I'm developing an ASP.Net Application using Visual Studio Pro 2013.  When I try to debug some JavaScript code the debugger displays cached code.  I found a workaround by changing the name of the JavaScript code file and changing all references in the aspx files.  The is tedious and can be error prone.  Is their and simpler way to deal with this???  I would like for the code break to show the code in the current state.

Thanks
SOLUTION
Avatar of Dan McFadden
Dan McFadden
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RayT

ASKER

Thanks!  You both confirmed what other colleagues have told me.  It doesn't hurt to get a 2nd (and a 3rd) opinion.