Guest_imported
New member
- Jan 1, 1970
- 0
My code does not stop on the break point ive placed in my code when I run Microsoft Script debugger. Im running on a Windows 2000 platform and have a sample .asp page viewed on the same computer. Please note: I have no real errors in this page but am trying to inspect the values of my vairbles. Ive done the following things as by my textbook:
1.Ive made my virtual directory an application from my IIS consol and also marked the App Debugging tab to 'Enable ASP server-side & client side script debugging.
2.Opened the web page using the proper notation -from internet explorer and viewed the page.
3.Manually opended script debugger from the startup menu
4.From script debugger select the running documents screen and drill down the 'Microsoft Active ServerPages' tree node until I find my debug.asp page. Double Click it.
5.When I view my code its all highlighted in yellow so I put my first break point a vairable i want to test (F9). Then going back to internet explorer I press the refresh button.
6.Now instead of breaking at my breakpoint nothing happens. WHY ???
In addition to this Ive tried stopping and restarting my website from the IIS consul but when I do this I then get the infamous "The page cannot be found" message ? And I need to reboot my computer to view any pages from my website.
I've also deleted my scripts directory from my C:\Inetpub directory as this kept getting filled with weird files which my antivirus program said were infected.
What am I missing here ??
1.Ive made my virtual directory an application from my IIS consol and also marked the App Debugging tab to 'Enable ASP server-side & client side script debugging.
2.Opened the web page using the proper notation -from internet explorer and viewed the page.
3.Manually opended script debugger from the startup menu
4.From script debugger select the running documents screen and drill down the 'Microsoft Active ServerPages' tree node until I find my debug.asp page. Double Click it.
5.When I view my code its all highlighted in yellow so I put my first break point a vairable i want to test (F9). Then going back to internet explorer I press the refresh button.
6.Now instead of breaking at my breakpoint nothing happens. WHY ???
In addition to this Ive tried stopping and restarting my website from the IIS consul but when I do this I then get the infamous "The page cannot be found" message ? And I need to reboot my computer to view any pages from my website.
I've also deleted my scripts directory from my C:\Inetpub directory as this kept getting filled with weird files which my antivirus program said were infected.
What am I missing here ??