0

I have VS2008 developing a MVC app 1.0.

I have added a .js file to app.

But when I make changes and start debugging the app the javascript is using previous version and not my additional changes.

In the debugger the js file has the suffix [dynamic] after the name of the file.

What is causing this? I have asked similar question before but answers don't help.

Malcolm

2 Answers 2

3

Browser caches previous version of your js file.

Just hit ctrl+shif+del => enter.

For internet explorer - tools, internet options, delete...

Sign up to request clarification or add additional context in comments.

1 Comment

If you are using visual studio js debugger, try re-running it again. I guess for client side debugging it just copies current state when you start it.
0

Restart your Cassini server (the visual studio server with an icon down by the clock)

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.