I have a 2003 web server that is running IIS6 ASP.net 2.0.
I have set an Environment Variable on the server called EV which = PWQC
I have a web.cofig file with the following line
<item name="Presentation.EnvironmentType" value="DITUAT"/>
I have tried the following
<item name="Presentation.EnvironmentType" value="%EV%"/>
which displayed the %EV% in the Header Bar of the web page
I need to be able to draw the value of the variable so that it will dsiplay in the header bar. Any help would be greatly appreciated. Thanks.
Troy
I have set an Environment Variable on the server called EV which = PWQC
I have a web.cofig file with the following line
<item name="Presentation.EnvironmentType" value="DITUAT"/>
I have tried the following
<item name="Presentation.EnvironmentType" value="%EV%"/>
which displayed the %EV% in the Header Bar of the web page
I need to be able to draw the value of the variable so that it will dsiplay in the header bar. Any help would be greatly appreciated. Thanks.
Troy