A
alexbf
Hello,
I would like to know if it's possible using reflection to loop through
all "web references" of a given assembly and get the url as specified
in the web.config (dynamic url behavior).
Something like
for each objWebRef in [Assembly].GetWebReferences
Msgbox(objWebRef.url)
next
Thanks,
Alex
I would like to know if it's possible using reflection to loop through
all "web references" of a given assembly and get the url as specified
in the web.config (dynamic url behavior).
Something like
for each objWebRef in [Assembly].GetWebReferences
Msgbox(objWebRef.url)
next
Thanks,
Alex