Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Retrieving environmental variables
Message
De
24/03/2003 16:53:25
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Retrieving environmental variables
Divers
Thread ID:
00769470
Message ID:
00769470
Vues:
40
I have code I want to fire when my .aspx page is running on my development web server vs my production web server.

I am trying to read an environmental variable that I have set on my web servers. However, the following returns a blank in a ASP.Net page, but the following works fine in a C# WinForm.

string lcVar = System.Environment.GetEnvironmentVariable("MYVAR");

How can a Asp.Net page read an environmental variable on the web server? Or, is there a better way to determine which web server the web application is running from?

Thanks,

Jerry
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform