| |
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.
|
14 Articles match "IIS","Module"
| Related DevelopMentor Courses | MORE | | Brock Allen: CORS, IIS and WebDAV The most common problem encountered when trying to get CORS working in IIS is WebDAV. WebDAV is installed as both a module and a handler. It wants to process OPTIONS requests but doesn’t know what to do for CORS (especially if you’re using the CORS support from Thinktecture.IdentityModel). The fix is to remove both the DevelopMentor Courses - Thursday, October 18, 2012 Service-Orientation Today and Tomorrow Training This first module introduces you to service orientation which is the key to understand why technologies like Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF) work the way they do. WCF - Overview and Architecture In this module, we learn what a WCF service is. In this module we learn about the recommended ways to design contracts for services, including one-way operations and streaming operations. WCF - Hosting We learn about the different options for hosting a WCF service: IIS/WAS, Windows Services, and Smart Client applications. DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Communication Foundation 4 Training This first module introduces you to service orientation which is the key to understand why WCF works the way it does. WCF Architecture This module introduces you to the basic architecture of WCF itself. In this module you learn about the recommended ways to design contracts depending on given requirements. Here you learn about the different options like self hosting, IIS/WAS, and Windows Server AppFabric. In this module you'll learn the basics of WCF secure communication to enable you to choose between the various modes, credential types and protocols. DevelopMentor Courses - Tuesday, March 1, 2011 |
9 Articles match "IIS","Module"
| The Latest from DevelopMentor | MORE | | 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). After some debugging kung-fu and enabling FREB I found out, that there is still the Forms Authentication module in effect turning 401s into 302s. 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. strange. Azure IdentityServer www.leastprivilege.com - Monday, May 30, 2011 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 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). For this purpose you’ll find an HTTP module called ClaimsAuthorizationModule in the Microsoft.IdentityModel.Web namespace. This module simply subscribes to the AuthorizeRequest processing stage and calls the configured claims authorization manager for every request. ASP.NET. As usual things are a little more complex in WCF. www.leastprivilege.com - Tuesday, July 21, 2009 | -
| 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 - 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). For this purpose you’ll find an HTTP module called ClaimsAuthorizationModule in the Microsoft.IdentityModel.Web namespace. This module simply subscribes to the AuthorizeRequest processing stage and calls the configured claims authorization manager for every request. ASP.NET. As usual things are a little more complex in WCF. www.leastprivilege.com - Tuesday, July 21, 2009 - ASP.NET Routing in Windows Azure Using WebForms
If you get routing working for IIS 7 in your web app, you can effectively deploy it to Azure. But in the Azure Development Fabric you'll see this: The problem is you need to tell IIS 7.5 We'll define a class to short circuit the IIS validation. Modify the web.config by adding a handler and module to the system.webServer section: <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, I'm a huge fan of ASP.NET Routing. link]. link]. But what about Windows Azure ? What if you don't want ASP.NET MVC? link]. - 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). After some debugging kung-fu and enabling FREB I found out, that there is still the Forms Authentication module in effect turning 401s into 302s. 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. strange. Azure IdentityServer www.leastprivilege.com - Monday, May 30, 2011 - Geneva Beta 2 Update: ClaimsPrincipalHttpModule
For a basic understanding what the module does, I recommend reading my initial post here. Now Windows/IIS supports a number of certificate issuers and a user can potentially present a client cert to IIS which is “valid” but the client may still not be a valid/registered user in your system. I am currently in the process of updating my Geneva code to Beta 2. There are some pretty substantial changes/additions in the new Beta – so I thought I’ll detail some of them while moving along. Today: ClaimsPrincipalHttpModule. www.leastprivilege.com - Sunday, May 17, 2009 - Installing an IIS 7 Extension
Related to cleaning up my authentication module for Codeplex , I needed a way to (semi) automatically install a complete IIS extension (including schema, config sections and management extensions). Usually an IIS 7 extension consists of at least three assemblies (module/handler, server extensions, client extensions). Also take into account, that IIS loads GACed assemblies domain neutral. That means that you have to recycle the worker process when you update e.g. your GACed module. This involves copying your schema to the IIS' schema directory and add a. www.leastprivilege.com - Saturday, April 19, 2008 - Improved IisRegMgmt
Thanks to CarlosAg from the IIS team, I was able to improve my tool for registering IIS 7 management modules. Tags: IIS IisRegMgmt01.zip. www.leastprivilege.com - Tuesday, May 13, 2008 %>
| | |