J
Jeff
ASP.NET 2.0
I'm wondering how to add a custom setting into web.config. From this website
I'm doing a http request to another website, and I would like to have the
webaddress of this other website stored as a value in web.config. So just in
case the webaddress is wrong I wouldn't need to recompile it later... So
where in web.config should such a custom setting be placed?
Lets say the custom section is like this:
<test>www.test.com/index.asp<test>
How can I access this <test> value using configurationmanager?? or is it
correct to use configurationmanager to access the value??
Jeff
I'm wondering how to add a custom setting into web.config. From this website
I'm doing a http request to another website, and I would like to have the
webaddress of this other website stored as a value in web.config. So just in
case the webaddress is wrong I wouldn't need to recompile it later... So
where in web.config should such a custom setting be placed?
Lets say the custom section is like this:
<test>www.test.com/index.asp<test>
How can I access this <test> value using configurationmanager?? or is it
correct to use configurationmanager to access the value??
Jeff