G
Guest
1. I find that debugging does not work if the JavaScript you wish to debug is
included in your program via src="blah". All of my programs use this because
I have many common scripts that are used throughout my application. It also
gives a very limited amount of security to prying eyes.
2. If I extract the portion of the JavaScript I wish to debug and put it
locally within the aspx file, the debugging works.
3. If I try to debug both my vb.net code and JavaScript concurrently it
doesn't work.
4. I am finding that I have a very cpu resource goes to 99% more often then
not and find that I must recycle IIS or boot to get visual studio and
debugging to work again.
5. Basically I am trying to accomplish a 30 minute task and so far I've
exceed several hours for this simple task.
Any help would be greatly appreciated.
included in your program via src="blah". All of my programs use this because
I have many common scripts that are used throughout my application. It also
gives a very limited amount of security to prying eyes.
2. If I extract the portion of the JavaScript I wish to debug and put it
locally within the aspx file, the debugging works.
3. If I try to debug both my vb.net code and JavaScript concurrently it
doesn't work.
4. I am finding that I have a very cpu resource goes to 99% more often then
not and find that I must recycle IIS or boot to get visual studio and
debugging to work again.
5. Basically I am trying to accomplish a 30 minute task and so far I've
exceed several hours for this simple task.
Any help would be greatly appreciated.