Another Debugging problem

I am having problems with the v2 development environment/VB/WEB app. I am OK with v1.1 of the Framework with web apps. I created a new v2 web app/vb and I am having a couple of problems. By the way, my v1.1 dev environment is on this same machine, but not loaded.

1) I cannot find the "Release" build option. I checked the solutions I found by searching this forum but to no avail. Only the Debug option is available in the Build ->Configuration, etc.

2) When debugging, My "#if debug" compiler directives are always FALSE. I cannot find any options anywhere that will fix this. I have NOT tried defining the DEBUG constant manually since it should not be required.

Any help?

[726 byte] By [BradRoberts] at [2007-12-22]
# 1

Resolution...

1) Kinda like a BFO (blinding flash of the obvious)...Web.config has debug=true so why should the IDE have an option to change it? Change web.config and the problem should go away.

2) I just did a "#Const Debug=True" and everything works fine. However, it is anoying not having the IDE do it for me...

BradRoberts at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...