J
Jeremy Chapman
Is there any way, from a web application to programatically access the
httpHandlers section in the applications web.config file? Specifically I
want find, at run time, the value of the path variable in the "<add
vert=...." line.
<httpHandlers>
<add verb="POST,GET" path="test/*.ashx" type="MyAssembly.MyClass, Test" />
</httpHandlers>
httpHandlers section in the applications web.config file? Specifically I
want find, at run time, the value of the path variable in the "<add
vert=...." line.
<httpHandlers>
<add verb="POST,GET" path="test/*.ashx" type="MyAssembly.MyClass, Test" />
</httpHandlers>