Ramiro Berrelleza

175
reputation
85 views

Registered User

name Ramiro Berrelleza
member for 1 year
seen 2 days ago
website
location Redmond, US
age 26
I'm currently a tester on Microsoft, working on new solutions for Windows Server
Sep
28
comment WCF address does not match what I specify in my web.config
You can specify absolute addresses on the endpoint, but they have to match the base address of IIS+Application. For instance, if your application is hosted on server MyServer and the Application is MyApp, you could add an absolute endpoint like this: <endpoint address="net.tcp://myserver/myapp/fakesubdir/endpoint1" binding="netTcpBinding" bindingConfiguration="Binding1" contract="Querier.WCF.IQuerier" />
Sep
28
answered WCF - There was no endpoint listening at net.tcp://…/Querier.svc that could accept the message
Sep
28
answered WCF service unable to load referenced assemblies from the GAC
Aug
7
awarded  Yearling