web services - how do I make URI of dynamic web reference look in web.config instead of app.config? -
i have class library(dll) has web reference, dynamic.
i have copied setting applicationsettings of web.config still keeps referring old uri had set during develoment.
any idea how can make take uri of web-service web.config?
there no way it's taking value app.config if you're running in web application. seeing default value, not configured value in app.config.
to see this, change value in app.config , see if service picks up.
Comments
Post a Comment