This is probably a stupid issue but..
I presed F5 to run/debug a c# asp.net website...and while it was running, i switched to visual studio and edited some javascript.
Now, even if i Stop the debugging and restart it, it wont take the changes i made to the javascript and breakpoints dont appear correctly...if I go to the Scripting tab and click on the executing .aspx, i can debug the javascript but it seems the pdb files are oudated or something like that.
What can i do to avoid this? Where are the pdb files for websites, or simply, how can i fix it?
Thank you!
best regards.