Originally Posted By: NearZero
You can only have one DC in SBS.

You can have multiple DCs in SBS, but SBS must be the PDCe. Since SBS is designed for smaller networks, there are few real benefits to a second DC, but it is possible.

As for debug code...

 Code:
Global $DEBUG
$DEBUG = 1

; later in the code...

If $DEBUG
 ; do it this way
Else
 ; do it the real way
EndIf

works well for me. Search for the MSG() udf set here or on my web site for debug messaging/logging functions.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D