how do I make URI of dynamic web reference look in web.config instead of app.config?
        Posted  
        
            by krprasad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by krprasad
        
        
        
        Published on 2010-04-28T01:25:12Z
        Indexed on 
            2010/04/28
            1:33 UTC
        
        
        Read the original article
        Hit count: 323
        
I have a class library(DLL) which has a web reference, its dynamic.
I have copied the setting into the applicationSettings of the web.config but still it keeps referring to the old URI I had set during develoment.
any idea how i can make it take the URI of the web-service from the web.config?
© Stack Overflow or respective owner