Hello,
I'm getting desperate for a solution now.
We have an windows application that is on server.
When running the application from the server itself, the app is taking the app.config settings, more exactly, the web references addresses.
When running the application remotely over the WWW, the application is running but cannot see the app.config and calls the web service with the initial address that was used to add the web reference in the visual studio project.
I have made sure the references are set to Dynamic.
Why does it have 2 different behaviors from within and out of the server.
This solution works already as i'm trying to set up the application on a new server but it is currently working on the other server.
I'm getting desperate for a solution now.
We have an windows application that is on server.
When running the application from the server itself, the app is taking the app.config settings, more exactly, the web references addresses.
When running the application remotely over the WWW, the application is running but cannot see the app.config and calls the web service with the initial address that was used to add the web reference in the visual studio project.
I have made sure the references are set to Dynamic.
Why does it have 2 different behaviors from within and out of the server.
This solution works already as i'm trying to set up the application on a new server but it is currently working on the other server.