Monday, July 6, 2009

Check whether we are in local machine or in Server

 
if (!httpContext.Request.IsLocal)
{
//If false then we are in server
}

No comments: