Can't reach DB server through localhost

JohnHiggison

New member
Joined
Jun 18, 2010
Messages
1
Programming Experience
Beginner
Hi everyone,

I have started a new position on a vb.net app that is desktop app that calls a webservice on another server that also has the Oracle DB on it.

However, when i change the web reference to localhost so I can debug and step into the web server code it bombs on me. I can enter the localhost address in the web browser and see it so I know that's working but something goes wrong when it tries to talk to the DB on the server.

I need to figure out why when I use the webservice on localhost I can't get anything back but but if I use the same web service on the server it works fine.

It runs on Visual Studio 2005 with v2.0 SP2 framework.

I'm kind of new to this... and am really wanting to learn. All help is appreciated.

Thank you,

John
 
Back
Top