Hopefully last question,

To set up the customer webservice i started again from scratch,
witch means created a new website and declared all methods
from the customer WSDL into the service class, then added
a new project and linked it with a web reference to the website,

When i run my application, i see a notification icon
"ASP.NET Development Server" http://localhost:3307/pushWS

When i type in browser "http://localhost:3307/pushWS/Service.asmx"
then i see all the needed methods,

so far so good, now i want to change the url to my ip adres,
(witch is connected to our public adres)
so i change the url in "app.config" and "Settings.settings" to:

http://IP:PORT/service.asmx (tested with or without PORT)

When i now run my application i get still the
"http://localhost:3307/pushWS/Service.asmx" url,
what can the reason be for this?

Is theire something i forgot?, or because i'm in debug mode?,...

Grtz