3

I used Response.Write to write dynamic javascript into a page to test some values in code using an alert box (couldn't step through on a test machine using a build). I've reverted the code, Rebuilt, deleted all the temp data from IE and the alert still shows.

I implemented this through a recommendation (foolishly, apparently) and now I can't get rid it.

Can anyone tell me how to "undo" this?

4

1 回答 1

2

Start by restarting IIS (iisreset) to make sure IIS has dumped its cache. If that doesn't work and (you said IE was cleared) you can manually delete the ASP.NET precomiled temp files.

于 2012-03-27T16:11:36.420 回答