Hi, Is there a way write code in web.config file using preprocessed function. Say I created environment variables like %Temp%, %WINDIR%. order to read these I can use the configurationManager class. But I dont want to use it. I woudl like to use a preprocessed function similar to timeStampPattern="{timestamp(local)}". Here timestamp(local) retrieves the value directly. So in a similar way can i read the environment variables %temp% and %windir% using preprocessed function if any exists?
This does nto answer his question.
Shoban
2010-02-18 04:50:05
atleast i tried!!
Nitin Garg
2010-02-18 05:55:56
+1
A:
Are you looking for Environment.getenvironmentvariable()? You will need to find and replace them yourself.
No Refunds No Returns
2010-02-18 04:49:07