locked
Local Development and Configuration RRS feed

  • Question

  • 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.

    Friday, July 26, 2013 3:58 PM

All replies

  • User220959680 posted

    change the Web Service "locally".

    value=http://localhost:51389/www.mydomain.com/aspx/mj/mj_ws.asmx

    Elaborate 'locally'.

    Saturday, July 27, 2013 9:24 PM