Click to See Complete Forum and Search --> : ASP+ debugging


July 29th, 2000, 12:30 AM
When I attempt to run an ASP+ VB Web Form, I get the error message: "unable to automatically attach...server doesn't have debugging enabled. Set 'debugmode enable' to true.
The problem is I *WAS* running ok for a few builds and did not change the config.web. If I add the debugmode to true in the config.web, I simply get different errors.
This is with a client attaching to a server (the same code works fine when built on the server itself).
Any ideas?

August 3rd, 2000, 02:46 PM
I get the exact same error message, except I have never had debugging working. Where do I make the debugmode enable entry? You mentioned config.web but I did a search and find at least 5 of those on my machine.

Thanks!
-joe

joe.ross@epic.sungard.com

August 5th, 2000, 03:17 PM
config.web specifies the settings for the current directory and the subdirectories (unless overridden by another config.web). So you can specify unique settings for each directory (affecting the applications in those directories).

You do not need to set anything up to just build and run a page (use START WITHOUT DEBUGGING in the DEBUG sub-menu. START (f5 or arrow) does fail for me in DEBUG mode.

Even adding the did not help me yet.