User-721934350 posted
I searched for help on this, and could not find anything ..
I am developing an ASP application that is calling a Web Service.
The Web Service was on a development server, and I created an "APP_WebReferences" to this development server. At the moment other users are using this Web Service, so I need to change the Web Service "locally".
I am unable to do this, as my ASP pages are still looking for the Web Service on the development server.
My Web.Config appSettings key looks like this:
<add key="com.mydomain.staging.mj_1" value=http://localhost:51389/www.mydomain.com/aspx/mj/mj_ws.asmx />
I have recreated my app_WebReferences and that doesn't appear to be working either.
I am a little stumped, and any help would be great.