Distribute EXE without config file (Webservice in WinForm)
- by Marc vB
I have created a WinForm app (VB.NET 2008) that references to a webservice which was added via "Add Service Reference". The app works ok.
Question is about distribution of the app. It looks like I need to install the app's config file with the EXE, however I don't want that because the config files shows the actual url of the web service which is not whatt I want.
So, is it possible to use a webservice in a WinForm app and only have to install the resulting EXE?