| |
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.
|
16 Articles match "How To","IIS"
| Related DevelopMentor Courses | MORE | | An Effective Introduction to the STL Training Knowledge of how to integrate STL containers with code expecting arrays and other C-like data structures. The ability to cope with the complex STL-related error messages compilers often generate. The Standard Template Library (the STL) is the most exciting C++ innovation in a decade, one that promises to revolutionize C++ software development. In a combination of lectures and labs, this course brings out the underlying design of the STL, demonstrates how to take advantage of the library's strengths, and shows how to avoid its weaknesses. DevelopMentor Courses - Tuesday, March 1, 2011 Service-Orientation Today and Tomorrow Training In Deutsch , klicken Sie hier Based on the ranges of topics below, you will be able to take the first steps in the world of Service-Orientation and Cloud Computing with confidence and above all be prepared for future projects: Service-Orientation Cloud and Cloud Computing Identity Management and Claims-Based Identity Windows Communication Foundation (WCF) Windows Workflow Foundation (WF) Azure Services Platform (with Windows Azure and.NET Services) In Deutsch , klicken Sie hier Are you tired of constantly reading about "crisis" and "restrictions"? We have the course for you! DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Communication Foundation 4 Training Discover the fundamental tasks of designing and building services & contracts, master error handling, serialization, instance and concurrency management and bend hosting, security, identity management, and reliability to suit your needs. You'll get answers to these questions: How do I design services using contracts? How can I model services in a pure Web style? What's the best way to host and expose services? How do I secure services-based applications? Day 1 Service-based Applications WCF encourages you to write service-based applications. DevelopMentor Courses - Tuesday, March 1, 2011 |
15 Articles match "How To","IIS"
| The Latest from DevelopMentor | MORE | | Token based Authentication for WCF HTTP/REST Services: Authentication This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. The framework should be able to handle typical scenarios like username/password based authentication, as well as token based authentication. Disclaimer. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 Using the WCF Web API in an ASP.NET MVC application Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. Just like in this post we can add a reference to the WCF Web API to our project. The Problem Solver - Monday, June 13, 2011 | -
| The Best from DevelopMentor | MORE | - Using the WCF Web API in an ASP.NET MVC application
Warning: This post is based on a prerelease version of the WCF Web API In my previous blog post I showed how to add to and use the new WCF Web API a console application using NuGet. Now that works but it is far more likely that you will want to be using IIS and host the REST service as part of a web application. So in this blog post I am going to show how to do the normal thing I Created an ASP.NET MVC 3 app to host the REST service. Just like in this post we can add a reference to the WCF Web API to our project. The Problem Solver - Monday, June 13, 2011 - Reading Excel files in a WCF service using OleDB requires 32bit process
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' 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]. I’ve been doing a little work on a WCF service that reads an Excel file. provider is not registered on the local machine.”. Turns out that Office Jet provider will only run in 32bit. The Blomsma Code - Wednesday, March 10, 2010 - Getting started with the WCF Web API
You could build very nice REST services but you had to do a lot of work because out of the box there isn’t support for much functionality. Enter the WCF Web API The new Web API is supposed to change that and enable a lot more flexibility to create more powerful REST services using WCF. These make it very easy to create and host a REST service. Changing the Main to the following is all that is required: static void Main( string [] args). {. This was a requirement for the old model, all input parameters had to be of type string with a get request. Enjoy! The Problem Solver - Tuesday, May 31, 2011 - Running Workflow Services on Windows Azure
As a result running a workflow service is quite easy once you know how to configure it. As a result, by default, IIS doesn’t know what to do with a WorkflowService type, the base type of a workflow service. As this is missing on Azure we need to make sure we add this to our web.config. Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> With this piece of config in place we can go and add a Workflow Service, or a XAMLX file, to the web role and call it just like we can with a local workflow service. Enjoy! www.TheProblemSolver.nl. The Problem Solver - Tuesday, January 18, 2011 - Token based Authentication for WCF HTTP/REST Services: Authentication
This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. The framework should be able to handle typical scenarios like username/password based authentication, as well as token based authentication. Disclaimer. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 - ASP.NET Routing in Windows Azure Using WebForms
It gained popularity as the part of ASP.NET MVC which channels requests for a given URL to the right controller action. Here part of the URL ( tag or user ) selects the page and part of the URL ( everything or codinghorror ) are effectively query parameters to the page. In this brief post, I'll cover how to using ASP.NET routing and ASP.NET WebForms in Azure. The sample project can be downloaded if you want to follow along. How does this change for Azure? If you get routing working for IIS 7 in your web app, you can effectively deploy it to Azure. - StarterSTS on IIS 6
Sam Huggill wrote a great post on how to get StarterSTS working on IIS 6. Thanks Sam! IdentityServer www.leastprivilege.com - Wednesday, November 23, 2011 %>
| | |