Hello out there,
I changed an existing and good working webservice from an wsHttpBinding
to an NetTcpBinding.
This is working (after trying some time) and has real a better performance!
But one thing is strange: when I'm now actualising the web reference
from within VS2008, VS2008
creates a 2nd endpoint config in my app.conf.
The endpoint is exactly the same as the existing but the name and
bindingConfigur ation have the suffix "1" . Additional VS2008
creates this entry:
<identity>
<userPrincipalN ame value="Domain\U sername" />
</identity>
Where Domain\Username is my username in the domain.
The client does not run with these informations, I have to remove them
manually.
What's wrong with VS2008?
Thank you,
Frank
I changed an existing and good working webservice from an wsHttpBinding
to an NetTcpBinding.
This is working (after trying some time) and has real a better performance!
But one thing is strange: when I'm now actualising the web reference
from within VS2008, VS2008
creates a 2nd endpoint config in my app.conf.
The endpoint is exactly the same as the existing but the name and
bindingConfigur ation have the suffix "1" . Additional VS2008
creates this entry:
<identity>
<userPrincipalN ame value="Domain\U sername" />
</identity>
Where Domain\Username is my username in the domain.
The client does not run with these informations, I have to remove them
manually.
What's wrong with VS2008?
Thank you,
Frank
Comment