Groups > Application developers > Community Server Source discussions > Determining release/debug code status with View Source




Determining release/debug code status with View Source

Determining release/debug code status with View Source
Thu, 31 Aug 2006 18:28:37 +000
Copied from a James Shaw comment. 

Here's a handy tip I discovered when looking at the code today - did you know
that you can tell your release/debug status by looking at "view
source" on your web site?

Instead of:

<meta name="GENERATOR" content="CommunityServer 2.1 (Build:
60809.935)" />

You'll see:

<meta name="GENERATOR" content="CommunityServer 2.1 (Debug
Build: 60809.935)" />
Post Reply
about | contact