[Mono-dev] Environment.GetEnvironmentVariable() not working in Linux ASP.NET app

Robert Jordan robertj at gmx.net
Thu Nov 3 08:58:50 EDT 2011


On 03.11.2011 13:51, H . wrote:
>
> Environment.GetEnvironmentVariable("no_proxy") not working in Linux
> ASP.NET app
>
> After configuring proxies in Ubuntu, the environment variable
> no_proxy contains the list of proxies to bypass. Using
> Environment.GetEnvironmentVariable("no_proxy") we can retrieve the
> content of this environment variable as a string. This is working
> fine in standard C# applications.

See 
https://help.ubuntu.com/community/EnvironmentVariables#System-wide_environment_variables

Robert



More information about the Mono-devel-list mailing list