Client application not seeing app.config file

mtlmonk

New member
Joined
Jun 12, 2008
Messages
4
Programming Experience
3-5
Hello,

I'm getting desperate for a solution now. :confused:

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.
 
Back
Top