Determine when app is running on development machine?

  • Thread starter Thread starter Ben Fidge
  • Start date Start date
B

Ben Fidge

What is the correct way to determine when your app is running on my
development machine and when it is running on the live server?

In the web.config file you can specify how errors are displayed according to
whether the app is running on live server or not. How does the system know?

Kind regards

Ben
 
it checks whether the requesting ip is assigned to the current machine.

-- bruce (sqlwork.com)
 
Hi Bruce,

I'm totally brain-dead at the moment. Can you give us an example please,
I've been working solid for about 12 hours now and can't get my head round
it!!

Kind regards

Ben
 
Back
Top