Hi,
I need to hard-code certain things to get around certificate issues while developing, I'd like to know how to programmatically know whether I'm running Visual Studio or the real thing (production).
I read about using appDomain but this contains a guid and not any clear indication of what I am using.
Any ideas?
many thanks
...
Go to the complete details ...