| |
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.
|
25 Articles match "IIS"
See all articles with
"IIS"
| The Latest from www.leastprivilege.com | MORE | | Token based Authentication for WCF HTTP/REST Services: Authentication Should work with WCF web programming model either self-host or IIS hosted. This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. For the theoretical background, see my previous post. Disclaimer. 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. Goals and requirements. Implementation overview. www.leastprivilege.com - Tuesday, November 15, 2011 Thinktecture.IdentityServer RC 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. I just uploaded the RC of IdentityServer to Codeplex. This release is feature complete and if I don’t get any bug reports this is also pretty much the final V1. Changes from B1. The configuration data access is now based on EF 4.1 code first. This makes it much easier to use different data stores. for load balancing scenarios). included the ASP.NET Universal Providers in the download. Installation. thanks! www.leastprivilege.com - Thursday, October 20, 2011 | | The Best from www.leastprivilege.com | 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 Token based Authentication for WCF HTTP/REST Services: Authentication Should work with WCF web programming model either self-host or IIS hosted. This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. For the theoretical background, see my previous post. Disclaimer. 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. Goals and requirements. Implementation overview. www.leastprivilege.com - Tuesday, November 15, 2011 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). In the previous post I illustrated how the basic claims authorization infrastructure in WIF (formerly Geneva) works. In this post I want to focus more on how claims authorization behaves when integrated in WCF and ASP.NET. ASP.NET. As usual things are a little more complex in WCF. www.leastprivilege.com - Tuesday, July 21, 2009 | - Windows Azure Root CAs and SSL Client Certificates
In theory you have to do two things (via startup tasks): Unlock the SSL section in IIS. Serasa Certificate Authority II (11/21/2024 12:44:48 PM). TC TrustCenter Class 2 CA II (12/31/2025 10:59:59 PM). TC TrustCenter Class 3 CA II (12/31/2025 10:59:59 PM). TC TrustCenter Class 4 CA II (12/31/2025 10:59:59 PM). TC TrustCenter Universal CA II (12/31/2030 10:59:59 PM). I ran into some problems while trying to make SSL client certificates work for StarterSTS 1.5. Install all the root certificates for the client certs you want to accept. did that. IZENPE S.A. www.leastprivilege.com - Thursday, December 30, 2010 - Thinktecture.IdentityServer RC
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. I just uploaded the RC of IdentityServer to Codeplex. This release is feature complete and if I don’t get any bug reports this is also pretty much the final V1. Changes from B1. The configuration data access is now based on EF 4.1 code first. This makes it much easier to use different data stores. for load balancing scenarios). included the ASP.NET Universal Providers in the download. Installation. thanks! www.leastprivilege.com - Thursday, October 20, 2011 - 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 - Weird 302 Redirects in Windows Azure
This all works fine in local IIS – but in the Azure Compute Emulator and Windows Azure many of my tests are failing and I suddenly see 302 status codes where I expected 401s (the web service calls). Even if it shouldn’t be necessary, an explicit removal of the forms auth module from the module list fixed it, and I now have the same behavior in local IIS and Windows Azure. In IdentityServer I don’t use Forms Authentication but the session facility from WIF. That also means that I implemented my own redirect logic to a login page when needed. strange. Azure IdentityServer www.leastprivilege.com - Monday, May 30, 2011 - Thinktecture.IdentityServer Beta 1
IIS is required. SSL for the IIS site the STS runs in is required. I just upload beta 1 to codeplex. Please test this version and give me feedback. Some quick notes on setup. Watch the intro screencast on the codeplex site. Use the setup tool to set the signing and SSL certificate. You can now also set the ACLs on the private key for your worker pool account. Users of the STS must be in the 'IdentityServerUsers' role. Admins of the STS must be in the 'IdentityServerAdministrators' roles. What’s new? Mainly smaller bits and pieces and some refactoring. What’s missing? www.leastprivilege.com - Friday, May 20, 2011 - Windows Azure Diagnostics: Next to Useless?
Quoting: “Some IIS 7.0 So the bottom line is, that currently you cannot copy IIS logs, FREB logs and everything else that gets written by W3WP. To quote my good friend Christian : “Tracing is probably one of the most discussed topics in the Windows Azure world. Not because it is freaking cool – but because it can be very tedious and partly massively counter-intuitive.”. The.NET Framework has this wonderful facility called TraceSource. You define a named trace and route that to a configurable listener. There is even nice tooling around that. Now comes Windows Azure. So far so good. www.leastprivilege.com - Wednesday, December 29, 2010 - Handling Configuration Changes in Windows Azure Applications
But with the move to the full IIS model in 1.3 – the RoleEntryPoint methods get executed in a different AppDomain (even in a different process) – see here. While finalizing StarterSTS 1.5, I had a closer look at lifetime and configuration management in Windows Azure. this is no new information – just some bits and pieces compiled at one single place – plus a bit of reality check). When dealing with lifetime management (and especially configuration changes), there are two mechanisms in Windows Azure – a RoleEntryPoint derived class and a couple of events on the RoleEnvironment class. www.leastprivilege.com - Friday, December 24, 2010 %>
56 Articles match "IIS"
See all articles with
"IIS"
| The Latest from DevelopMentor | MORE | | The Architecture of WCF 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. The problem is all of these have different APIs and different levels of capability. There are three core concepts at play whenever you use WCF: messages, channels and encoders. Messages. Channels. WCF, as of 4.5, 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. 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; }. 2: 3: private void CreateRavenDB(). 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. 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; }. 2: 3: private void CreateRavenDB(). Enjoy! The Problem Solver - Monday, December 10, 2012 | -
| The Best 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 - 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. 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; }. 2: 3: private void CreateRavenDB(). Enjoy! The Problem Solver - Monday, December 10, 2012 - Using the WCF Web API in an ASP.NET MVC application
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. 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. 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. 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. Enjoy! The Problem Solver - Monday, June 13, 2011 - 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. - 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. In most business application I would opt for hosting as an IIS application if possible and otherwise as a Windows Service. In the previous blog posts about RavenDB I used the Raven.Server.exe to create a database server. The Problem Solver - Wednesday, December 5, 2012 %>
| | |