Search
Sign In
Home
Recent
Media
Videos
Podcasts
Screencasts
Learn
Shows
Going Deep
The Knowledge Chamber
The Continuum Show
See All Shows...
Forums
Coffeehouse
Tech Off
Feedback
Sandbox
Key Topics
Visual Studio
Continuum
Identity
Interoperability
Azure
Windows
Wiki
Search
Subscribe
Shows
>
endpoint.tv
endpoint.tv Screencast - Configuring Services with Endpoints
Posted By:
Cliff Simpkins
|
Aug 20th, 2008 @ 8:00 AM
|
50,168
Views |
13
Comments
Welcome to the latest video in the weekly WF/WCF Screencast series.
In this short video, CSD MVP
Aaron Skonnard
from
PluralSight
guides the viewer through how to configure your WCF Service with endpoints. This screencast uses
the service you created last week
to -a- introduce you to WCF adapters, bindings, and contracts, and -b- shows you how to use the WCF Service Configuration Editor to modify these endpoints and add new endpoints.
For additional information on WCF, please check out the
WCF Dev Center on MSDN
and the
.NET Endpoint team blog
. For more information on classes offered by Aaron and the PluralSight folks, check out their catalog of
instructor led courses
and
new online courses
that cover a variety of Microsoft technologies, ranging from .NET v3.5 to WSS to BizTalk server.
Tags:
.NET
,
.NET 3.5
,
.NET Framework
,
endpoint screencasts
,
Visual Studio
,
WCF
,
WCF endpoint screencasts
Media Downloads:
Screencast
WMV (High)
Share:
Del.icio.us
Digg
DotNetShoutout
Facebook
FriendFeed
MSDN
Twitter
Rating:
4
0
page 1 of 2
Delete
Edit
Comment on Post
Delete
Edit
Reply
#Oct 1st, 2008 @ 12:09 PM
buffcessna
In reply to {0}
Download:
[Pending]
Aaron,
I did this screencast and am getting a weird error when I try to run this.
System.InvalidOperationException: Cannot load the X.509 certificate identity specified in the configuration.
at System.ServiceModel.Description.ConfigLoader.LoadIdentity(IdentityElement element)
at System.ServiceModel.Description.ConfigLoader.LoadServiceDescription(ServiceHostBase host, ServiceDescription description, ServiceElement serviceElement, Action`1 addBaseAddress)
at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, ServiceElement serviceSection)
at System.ServiceModel.ServiceHostBase.LoadConfigurationSectionInternal(ConfigLoader configLoader, ServiceDescription description, String configurationName)
at System.ServiceModel.ServiceHostBase.ApplyConfiguration()
at System.ServiceModel.ServiceHostBase.InitializeDescription(UriSchemeKeyedCollection baseAddresses)
at System.ServiceModel.ServiceHost.InitializeDescription(Type serviceType, UriSchemeKeyedCollection baseAddresses)
at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)
at Microsoft.Tools.SvcHost.ServiceHostHelper.CreateServiceHost(Type type, ServiceKind kind)
at Microsoft.Tools.SvcHost.ServiceHostHelper.OpenService(ServiceInfo info)
Don't know what the deal is. Any help to this noob would be greatly appreciated.
Shane
Delete
Edit
Reply
#Oct 1st, 2008 @ 10:50 PM
cliff.simpkins
In reply to {0}
Download:
[Pending]
I think I've actually seen this before (I'm more a WF person than WCF) - check your binding; it sounds like you're using WsHttp, which will try to layer on WS-Security. Try changing that to a non-WS setting, or check the other binding options to see if it's specifying the use of a x509 cert in it somewhere.
Delete
Edit
Reply
#Oct 3rd, 2008 @ 9:12 AM
ArnoudBM
In reply to buffcessna
#Oct 1st, 2008 @ 12:09 PM
Download:
[Pending]
Same here. I fixed it by removing the <certificateReference> elements. (The original example from the first screencast didn't have it)
But in this screencast, Aaron has in fact these settings in the app.config, so still not sure how his example works.
Delete
Edit
Reply
#Nov 9th, 2008 @ 11:10 AM
.NetRebel
In reply to {0}
Download:
[Pending]
I have found something similar. Seems each time I create a named pipes endpoint, I get the above <certificateRefernce> elements auto included in the app.config. Deleting seems to address the issue.
Delete
Edit
Reply
#Nov 12th, 2008 @ 3:57 PM
sreekanthv
In reply to .NetRebel
#Nov 9th, 2008 @ 11:10 AM
Download:
[Pending]
Here is a quick tutorial on how to get your certificate store working for WCF:
http://www.codeplex.com/WCFSecurity/Wiki/View.aspx?title=How%20To%20-%20Create%20and%20Install%20Temporary%20Certificates%20in%20WCF%20for%20Message%20Security%20During%20Development
It worked for me.
Delete
Edit
Reply
#Dec 5th, 2008 @ 12:49 PM
GW
In reply to {0}
Download:
[Pending]
It's the endpoint wizard. If you create the endpoints manually, the certificate references are not created.
Delete
Edit
Reply
#Feb 8th @ 8:19 PM
scenicohio
In reply to {0}
Download:
[Pending]
I am new to WCF... I am getting the same error in my service... Tried deleting the endpoints configured thru the wizard, didnot work.
Any Ideas how to make it work?
Delete
Edit
Reply
#Feb 14th @ 3:26 PM
haridasabhavana
In reply to scenicohio
#Feb 8th @ 8:19 PM
Download:
[Pending]
I got the same problem.
The Visual Studi inserts an identity element autmatically after each binding
Just comment this identity node and it will start working again.
Delete
Edit
Reply
#Feb 15th @ 1:59 AM
Csabi
In reply to {0}
Download:
[Pending]
Hi!
When i try to create named pipe endpoint, i'm getting the following error:
"Invalid URI: The hostname could not be parsed.".
When i'm writing net.tcp instead of net.pipe, there is no error.
Any ideas?
Thx!
page 1 of 2
Delete
Edit
Comment on Post
Shows
>
endpoint.tv
>
endpoint.tv Screencast - Configuring Services with Endpoints
Be the first to comment!
Reply
Reply to root
In reply to {0}
Start related discussion
Forum:
Site Feedback
Tech Off
The 9 Guy Around The World
The Coffeehouse
Subject:
Tags
*Loading available tags