I have a web app that is using the 3.5 framework. I wanted to know how can I detect what webhost is rendering the page.
If the server is localhost, then send email notification to
[email protected]
If the server is QA, then send email to
[email protected]
Thanks