![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | Re: Problem with wsDualHttpBinding - NOV CTP - Programming Indigo - Ch Robert, Could you give some more information about the problem? (exception message, error detail) and also some more information about your service implementation? - Fabio Cavalcante http://www.codesapien.com "Robert Hildebrand" <RobertHildebrand@discussions.microsoft.com> wrote in message news:52621ABC-7ABA-4EA3-834B-41775AA2511A@microsoft.com... >I have functional service hosted by IIS that is designed to function in a > duplex manner. > > I've created a simple console app that connects to the service. When I > first launched the client app I received a message indicating that another > app was already using port 80. Did some searching on the net and found > this blog http://kennyw.com/category/indigo/page/2 which explains my > situation > perfectly. The issue is that IIS is already using port 80 and that my > client > must use some other port. So, I setup my config similar to the > following... > > <?xml version="1.0" encoding="utf-8"?> > <configuration> > <system.serviceModel> > <client> > <endpoint name="SampleEndpoint" > address="http://localhost/Duplex/service.svc" > bindingConfiguration="SampleBinding" > binding="wsDualHttpBinding" > contract="ISampleContract" /> > </client> > <bindings> > <wsDualHttpBinding> > <binding name="SampleBinding" > clientBaseAddress="http://localhost:8001/Client/"/> > </wsDualHttpBinding> > </bindings> > </system.serviceModel> > </configuration> > > The thing i'm not too sure about is that EXACT setting of > clientBaseAddress, > the port > addition makes sense to me, however i'm not sure about the /client/ part. > When I > run my app now, I don't get the port 80 confict, however I am getting a > timeout when > I go try to access one of the service functions. Something's not right > here. > > By the way, this code is basically right out of Pallmann's Programming > Indigo - Chap 6. > > > Any suggestions would be appreciated. > |
My System Specs![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| facing data loss problem in socket programming while using IIS | .NET General | |||
| Java Programming Problem | Vista security | |||