In exisiting .Net Web Site, Server Variables is accessed using
HttpContext.Current.Request.ServerVariables[\"HTTP_ACCEPT_LANGUAGE\"]
How t
You can't because the app now runs out of process. However, as humblelistener pointed out most of this information is available in other places. Was Accept Language the only one you needed?