G
Guest
Hi guys
Ok, so I've been trying to work out how to get a Release version of my
website out of VS2005, and I'm having no luck! Hopefully you guys can help..
I've tried setting compiler debug="false" - it doesn't work. I've got some
#if DEBUG.. code in my site and it always shows debug, whether this is set to
true or false.
How else could this be set? I'm seeing a <compiler /> section which has the
following defined...
compilerOptions="/d
EBUG;TRACE" and I'm wondering if this somehow overrides
the debug="false" ?! If so, how do I change that to be release?
Finally, i tried to Publish my site. That seemed to work, but I'm getting a
Parser Error "Ambiguous match found" when I try and run the the site. Can
someone provide a good explanation of what this is and how to fix it? All the
google replies seem to be confusing me!
Cheers for any help on any of this!
Dan
Ok, so I've been trying to work out how to get a Release version of my
website out of VS2005, and I'm having no luck! Hopefully you guys can help..
I've tried setting compiler debug="false" - it doesn't work. I've got some
#if DEBUG.. code in my site and it always shows debug, whether this is set to
true or false.
How else could this be set? I'm seeing a <compiler /> section which has the
following defined...
compilerOptions="/d

the debug="false" ?! If so, how do I change that to be release?
Finally, i tried to Publish my site. That seemed to work, but I'm getting a
Parser Error "Ambiguous match found" when I try and run the the site. Can
someone provide a good explanation of what this is and how to fix it? All the
google replies seem to be confusing me!
Cheers for any help on any of this!
Dan