VS 2003 locks .js files in debug mode



I have a C# project with a large amount of Javascript. The scripts
are include in the .aspx like so:

<SCRIPT language="javascript" src="myScripts.js"></SCRIPT>


When I run in debug mode Visual Studio makes the myScripts.js file
read-only and I am unable to edit on the fly. I am able to open the
file in notepad and make changes, which VS picks up after you refresh
the running page. Does a setting exist (maybe in the registry?) to
not lock the .js files while runnning in debug mode? I can edit the
ASPX files on the fly so I hope the same can be done with .js files
in
the VS envoronment.


thanks,
Steve

.



Relevant Pages

  • VS 2003 locks .js files in debug mode
    ... The scripts ... are include in the .aspx like so: ... When I run in debug mode Visual Studio makes the myScripts.js file ... read-only and I am unable to edit on the fly. ...
    (microsoft.public.vsnet.general)
  • RE: Debugger runs but unwanted
    ... I didn't mean that I thought you were saying it was ok to edit in ... debug mode, I was just trying to give the op some further insight on my ... "Jack Leach" wrote: ... compile during the debug mode in any version. ...
    (microsoft.public.access.formscoding)
  • RE: Debugger runs but unwanted
    ... I did not mean to imply it is okay to edit in debug mode. ... "Jack Leach" wrote: ... compile during the debug mode in any version. ...
    (microsoft.public.access.formscoding)
  • OT? : IDE-induced coding error?
    ... I have an aspx page that was working brilliantly earlier today, ... Now, I may have made the edit while my page was in debug mode, but I don't ... I noticed mysteriously that my InitializeComponent function no ... but my autoeventwireup was still set to false. ...
    (microsoft.public.dotnet.languages.csharp)
  • IDE-induced object reference error?
    ... I have an aspx page that was working brilliantly earlier today, ... "Object reference not set to an instance of an object." ... Now, I may have made the edit while my page was in debug mode, but I don't ... * replacing the entire fileset with fresh copies that my ...
    (microsoft.public.vsnet.ide)

Loading