| |
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.
|
18 Articles match "IIS","Web"
| Related DevelopMentor Courses | MORE | | Secure WCF REST Services with a Custom UserNamePasswordValidator To authenticate REST clients, all you have to do is set the security mode of the web http binding to “Transport” and specify a client credential type of “Basic.”. If you’re hosting in IIS (or IIS Express), you’re pretty much done. Download the code for this blog post here. When securing WCF services you’re faced with a choice: Message versus Transport security. Unless you need to conceal messages from an intermediary, your best bet is to stick with transport security and use SSL to secure messages traveling over HTTP. Any arbitrary guid will work for the appId parameter. DevelopMentor Courses - Monday, May 28, 2012 Service-Orientation Today and Tomorrow Training WCF - Hosting We learn about the different options for hosting a WCF service: IIS/WAS, Windows Services, and Smart Client applications. Web Programming Model?, Are you someone who would like to develop solutions for today"s problems and be prepared for future challenges? We have the course for you! Together with advisers and experts from thinktecture, we present DevelopMentor"s five-days of deep dive, concentrated knowledge and practical lab exercises with Service-Orientation Today and Tomorrow course. good thing&apos, but what does this mean? We learn the basics of services?endpoints, DevelopMentor Courses - Tuesday, March 1, 2011 Different options for hosting RavenDB Running as an IIS application Another option for hosting RavenDB is creating an IIS application and letting IIS take care of things. This is a great option if you don’t want to, or can’t, deploy an extra IIS application. number of my websites run on a budget hosting infrastructure that make it harder to deploy extra IIS applications. Deploying to Azure Web Sites is another of those places where embedded mode is really useful. In most business application I would opt for hosting as an IIS application if possible and otherwise as a Windows Service. The Problem Solver - Wednesday, December 5, 2012 |
31 Articles match "IIS","Web"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. They are implementations of Web Service specification such as WS-Security, WS-AtomicTransaction and WS-ReliableMessaging and pass any required information to-and-fro using the message’s Headers collection. WAS hosting is also commonly referred to as IIS hosting as the service is configured via IIS manager and the ASP.NET infrastructure. The problem is all of these have different APIs and different levels of capability. DevelopMentor Courses - Sunday, April 7, 2013 Different options for hosting RavenDB Running as an IIS application Another option for hosting RavenDB is creating an IIS application and letting IIS take care of things. This is a great option if you don’t want to, or can’t, deploy an extra IIS application. number of my websites run on a budget hosting infrastructure that make it harder to deploy extra IIS applications. Deploying to Azure Web Sites is another of those places where embedded mode is really useful. In most business application I would opt for hosting as an IIS application if possible and otherwise as a Windows Service. The Problem Solver - Wednesday, December 5, 2012 Different options for hosting RavenDB Running as an IIS application Another option for hosting RavenDB is creating an IIS application and letting IIS take care of things. This is a great option if you don’t want to, or can’t, deploy an extra IIS application. number of my websites run on a budget hosting infrastructure that make it harder to deploy extra IIS applications. Deploying to Azure Web Sites is another of those places where embedded mode is really useful. In most business application I would opt for hosting as an IIS application if possible and otherwise as a Windows Service. The Problem Solver - Wednesday, December 5, 2012 | -
| 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. Not that there is anything specific to MVC I need here, all I need is a web site and I could have started with a WebForms application just the same. Just like in this post we can add a reference to the WCF Web API to our project. repo = repo; }. The Problem Solver - Monday, June 13, 2011 - RESTful Web Services with WCF Screencast
I recently got the chance to record a screencast discussing REST-oriented web services in WCF. 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. 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). You can also download the source code of the project built in the screencast. All content copyright Michael C. Kennedy. - Getting started with the WCF Web API
Warning: This post is based on a prerelease version of the WCF Web API When designing services the REST style is becoming more and more popular. 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. At the moment the Web API is still in a preview state so things might change quite a bit before it is actually released so keep that in mind if you read this some time in the future. The equivalent service using the WCF Web API is very similar. ServiceContract]. Enjoy! The Problem Solver - Tuesday, May 31, 2011 - Different options for hosting RavenDB
Running as an IIS application Another option for hosting RavenDB is creating an IIS application and letting IIS take care of things. This is a great option if you don’t want to, or can’t, deploy an extra IIS application. number of my websites run on a budget hosting infrastructure that make it harder to deploy extra IIS applications. Deploying to Azure Web Sites is another of those places where embedded mode is really useful. In most business application I would opt for hosting as an IIS application if possible and otherwise as a Windows Service. The Problem Solver - Wednesday, December 5, 2012 - Secure WCF REST Services with a Custom UserNamePasswordValidator
To authenticate REST clients, all you have to do is set the security mode of the web http binding to “Transport” and specify a client credential type of “Basic.”. If you’re hosting in IIS (or IIS Express), you’re pretty much done. Download the code for this blog post here. When securing WCF services you’re faced with a choice: Message versus Transport security. Unless you need to conceal messages from an intermediary, your best bet is to stick with transport security and use SSL to secure messages traveling over HTTP. Any arbitrary guid will work for the appId parameter. DevelopMentor Courses - Monday, May 28, 2012 - The SqlWorkflowInstanceStore and Windows Azure
However normally when I am hosting long running workflows in IIS I always add a SqlWorkflowInstanceStore to store the workflow state when it is not running so we can survive the inevitable IIS AppDomain restarts. Adding the element to unload the workflow as soon as it is idle is also advisable as having multiple web roles is the norm and the next request for the workflow service could equally well be serviced another server. As shown previously it isn’t hard to run Workflow Services on Windows Azure. Unfortunately this isn’t quite as straightforward as I had hoped. The Problem Solver - Thursday, January 20, 2011 - Things To Do At TechDays Halifax 2009
Attend the Bonus Session on the Interoperable Web Platform. m giving a bonus session on the Interoperable Web Platform on Monday afternoon (4:20pm in the Servers, Security, and Management track room according to my info). ll be covering some uber goodness like running PHP on IIS (I run 6 WordPress sites on IIS7 as well as [link] ), SuperPreview, the SEO Toolkit for IIS. If you’re heading to Halifax, Nova Scotia for the only sold out TechDays show in Canada (November 2-3, 2009), you might be wondering what to do when you’re not at the conference. Surfing. Good luck. Ardent Dev - Friday, October 30, 2009 %>
| | |