|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
9 Articles match "IIS","WCF"
|
Related DevelopMentor Courses
|
MORE
|
|
Essential Windows Communication Foundation 3.5 - WCF
Windows Communication Foundation (WCF) replaces previous technologies such as.NET remoting, ASMX, and COM+. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Day 1 Service-Oriented Architecture WCF encourages you to write service oriented applications. This first module introduces you to SOA which is the key to understand why WCF works the way it does. ? WCF Overview and Architecture In this module, we learn what a WCF service is. WCF offers another program model at a lower level.
DevelopMentor Courses
- Friday, April 16, 2010
Introduction to Windows Communication Foundation
In this course, you learn to: Understand the motivation and architecture behind SOA & WCF Create clients and services with WCF Expose your services using SOAP and REST Choose between different channels, bindings, and configuration options Host a service as a Windows service or in IIS/WAS Deal with concurrency and sessions in WCF Handle errors in services Introduction to Windows Communication Foundation introduces Microsoft's next generation framework for building distributed systems. WCF Overview and Architecture In this module, we learn what a WCF service is.
DevelopMentor Courses
- Monday, March 1, 2010
Essential Windows Communication Foundation
Windows Communication Foundation (WCF) replaces previous technologies such as.NET remoting, ASMX, and COM+. Because it incorporates web service standards, WCF enables interoperability with other platforms such as Java/Unix. Day 1 Service-Oriented Architecture WCF encourages you to write service oriented applications. This first module introduces you to SOA which is the key to understand why WCF works the way it does. ? WCF Overview and Architecture In this module, we learn what a WCF service is. WCF offers another program model at a lower level.
DevelopMentor Courses
- Friday, June 12, 2009
|
13 Articles match "IIS","WCF"
|
The Latest from DevelopMentor
|
MORE
|
|
IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? see here for a complete module including IIS management integration: [link]. Tags: IIS WCF really? link].
www.leastprivilege.com
- Wednesday, July 21, 2010
Reading Excel files in a WCF service using OleDB requires 32bit process
I’ve been doing a little work on a WCF service that reads an Excel file. My development machine is running Windows 7 64bit and my service was deployed to IIS. kept running into a problem with opening the OleDb connection to the Excel file: “Error: Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.”. Turns out that Office Jet provider will only run in 32bit. After changing my ASP.NET processes to run in 32bit everything ran just fine. This KB article shows how to change ASP.NET to 32bit: [link].
The Blomsma Code
- Wednesday, March 10, 2010
Reading Excel files in a WCF service using OleDB requires 32bit process
I’ve been doing a little work on a WCF service that reads an Excel file. My development machine is running Windows 7 64bit and my service was deployed to IIS. kept running into a problem with opening the OleDb connection to the Excel file: “Error: Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.”. Turns out that Office Jet provider will only run in 32bit. After changing my ASP.NET processes to run in 32bit everything ran just fine. This KB article shows how to change ASP.NET to 32bit: [link].
The Blomsma Code
- Wednesday, March 10, 2010
|
-
|
The Best from DevelopMentor
|
MORE
|
-
Getting rid of the.svc Extension in IIS
recently tried to use the URL rewriting module for IIS 7 to achieve the same - this rule worked for me: < action type = " Rewrite ". Tags: IIS;WCF Jon posted a module that does this. url = " {R:1}.svc/{R:2} svc/{R:2} " /> HTH.
www.leastprivilege.com
- Wednesday, October 15, 2008
-
IIS & RESTful Services #FAIL
when will super duper IIS finally support non-Windows accounts for HTTP authentication? see here for a complete module including IIS management integration: [link]. Tags: IIS WCF really? link].
www.leastprivilege.com
- Wednesday, July 21, 2010
-
Host Headers, SSL and WCF Metadata
IIS has a single web site with bindings for HTTP and HTTPS. The server also hosts some WCF services and I noticed that the imports and endpoint addresses in the WSDL point to the machine name and not to the DNS name. No big deal – simply set the host header for the site via the IIS GUI and I am done. Some weeks later I added some more WCF endpoints to the machine, this time I was using SSL – including an SSL WSDL/MEX endpoint. Since IIS 6 you can also set host headers for SSL site bindings. Tags: WCF;IdentityModel Everything looks good.
www.leastprivilege.com
- Tuesday, February 10, 2009
-
Beware of Whitespaces in WAS Configuration
Tags: IIS;WCF;Work in Progress
www.leastprivilege.com
- Thursday, April 3, 2008
-
Custom Basic Authentication is now on Codeplex
I also moved my "Basic Authentication against non-Windows accounts for IIS" (phew) project to Codeplex. Tags: ASP.NET;IIS;WCF link]. Again, if you have feature ideas or want to contribute, contact me.
www.leastprivilege.com
- Saturday, April 19, 2008
-
RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. If you're interested in WCF you should definitely check it out because WCF and REST make an awesome combination. WCF-REST-Kennedy-Peepleocity.wmv 35 MB (WMV HD). cover building WCF services using REST princples, the WebGet and WebInvoke attributes, working with the SyndicationFeed & Rss20FeedFormatter classes, and configuration-free WCF hosting in IIS. You can also download the source code of the project built in the screencast. Kennedy.
-
Claims Authorization in WIF Beta 2 – ASP.NET and WCF Integration
In this post I want to focus more on how claims authorization behaves when integrated in WCF and ASP.NET. In addition to using the claims authorization manager manually like I showed you in the last post, you can also opt-in to per-request claims authorization (think of it as a replacement for the “classic” URL authorization module in ASP.NET / IIS). As usual things are a little more complex in WCF. Authorization (amongst other things) is driven by a ServiceAuthorizationManager in WCF. Tags: WCF;ASP.NET;IdentityModel ASP.NET.
www.leastprivilege.com
- Tuesday, July 21, 2009
|
|
|