| |
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.
|
13 Articles match "Configuration","IIS"
| Related DevelopMentor Courses | MORE | | Brock Allen: CORS support in WebAPI, MVC and IIS with Thinktecture.IdentityModel There is a rich configuration API to control the various settings that are My second contribution to the Thinktecture.IdentityModel security library is a full-featured CORS implementation. Many other sample implementations only emit the Access-Control-Allow-Origin header, but there’s more to it than that. The implementation in Thinktecture.IdentityModel follows the W3C Working Draft 3 from April 2012. DevelopMentor Courses - Thursday, June 28, 2012 Using RavenDB with Azure websites While using RavenDB as a Windows Service or hosted in IIS is probably the best way to go in most cases there are a number of cases where the embedded option is great. RavenDB Configuration. In a previous post I explored various options of hosting RavenDB. And one of the places where I really like the embedded option of hosting RavenDB is when doing simple standalone websites. And with the new Azure website option that is a great way to host them. The code is real straightforward and just like before. 1: public static DocumentStore DocumentStore { get; private set; }. Enjoy! The Problem Solver - Monday, December 10, 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. And in the web.config we need the following configuration: 1: 2: 4: In this case the RavenDB folder inside the special App_Data folder is where all data is stored. 2: 3: private void CreateRavenDB(). The upcoming RavenDB 2.0 The Problem Solver - Wednesday, December 5, 2012 |
25 Articles match "Configuration","IIS"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF Bindings specify the “how” of the communication: what transport protocol; how security is configured; what the messages look like on the wire, etc. WAS hosting is also commonly referred to as IIS hosting as the service is configured via IIS manager and the ASP.NET infrastructure. 'Before WCF it was, of course, possible for software running on different machines to communicate. Over the lifetime of Windows there have been many technologies to achieve this: sockets, DCOM, MSMQ,NET Remoting, ASMX Web Services and more. Messages. Channels. WCF, as of 4.5, Encoders. DevelopMentor Courses - Sunday, April 7, 2013 Using RavenDB with Azure websites While using RavenDB as a Windows Service or hosted in IIS is probably the best way to go in most cases there are a number of cases where the embedded option is great. RavenDB Configuration. In a previous post I explored various options of hosting RavenDB. And one of the places where I really like the embedded option of hosting RavenDB is when doing simple standalone websites. And with the new Azure website option that is a great way to host them. The code is real straightforward and just like before. 1: public static DocumentStore DocumentStore { get; private set; }. Enjoy! The Problem Solver - Monday, December 10, 2012 Using RavenDB with Azure websites While using RavenDB as a Windows Service or hosted in IIS is probably the best way to go in most cases there are a number of cases where the embedded option is great. RavenDB Configuration. In a previous post I explored various options of hosting RavenDB. And one of the places where I really like the embedded option of hosting RavenDB is when doing simple standalone websites. And with the new Azure website option that is a great way to host them. The code is real straightforward and just like before. 1: public static DocumentStore DocumentStore { get; private set; }. Enjoy! The Problem Solver - Monday, December 10, 2012 | -
| The Best from DevelopMentor | MORE | - Using RavenDB with Azure websites
While using RavenDB as a Windows Service or hosted in IIS is probably the best way to go in most cases there are a number of cases where the embedded option is great. RavenDB Configuration. In a previous post I explored various options of hosting RavenDB. And one of the places where I really like the embedded option of hosting RavenDB is when doing simple standalone websites. And with the new Azure website option that is a great way to host them. The code is real straightforward and just like before. 1: public static DocumentStore DocumentStore { get; private set; }. Enjoy! The Problem Solver - Monday, December 10, 2012 - RESTful Web Services with WCF Screencast
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. 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). You can also download the source code of the project built in the screencast. All content copyright Michael C. Kennedy. - Claims Authorization in WIF Beta 2 – ASP.NET and WCF Integration
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). This module simply subscribes to the AuthorizeRequest processing stage and calls the configured claims authorization manager for every request. This class in turn calls out to the configured ClaimsAuthorizationManager. In this post I want to focus more on how claims authorization behaves when integrated in WCF and ASP.NET. ASP.NET. www.leastprivilege.com - Tuesday, July 21, 2009 - 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. And in the web.config we need the following configuration: 1: 2: 4: In this case the RavenDB folder inside the special App_Data folder is where all data is stored. 2: 3: private void CreateRavenDB(). The upcoming RavenDB 2.0 The Problem Solver - Wednesday, December 5, 2012 - The SqlWorkflowInstanceStore and Windows Azure
In fact all we need to do is add a bit of extra configuration and we can work as normal. 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 SqlWorkflowInstanceStore in Windows Azure Once the database has been created configuring the SqlWorkflowInstanceStore is really no different from a regular workfow serrvice. As shown previously it isn’t hard to run Workflow Services on Windows Azure. The Problem Solver - Thursday, January 20, 2011 - Thinktecture.IdentityServer RC
The configuration data access is now based on EF 4.1 For RTM I will also provide a SQL script for SQL Server so you can move the configuration to a separate machine (e.g. Added a initial configuration “wizard”. But from that point it should be a little more straightforward as it used to be: Make sure SSL is configured correctly for IIS. Map the WebSite directory to a vdir in IIS. This should bring up the initial configuration. I just uploaded the RC of IdentityServer to Codeplex. Changes from B1. code first. for load balancing scenarios). thanks! www.leastprivilege.com - Thursday, October 20, 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. Windows Azure might not support the WCF and WF4 hosting parts of Windows AppFabric bit that doesn’t mean you can’t run workflow services on Windows Azure. After all a workflow is just a.NET 4 type and Windows Azure runs the.NET framework. The web.config file The first problem is that the machine web.config of an Azure virtual machine is different than that on a regular machine. The Problem Solver - Tuesday, January 18, 2011 %>
| | |