|
|
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","Module"
|
Related DevelopMentor Courses
|
MORE
|
|
SharePoint for Developers (WSSv3/MOSS2007)
We find out how WSS/MOSS takes advantage of IIS and ASP.NET. We create complete custom-branded sites using master pages and themes, and learn to deploy them using the feature framework discussed in the previous module. Security - Custom Authentication The last version of WSS and SharePoint Portal Server relied solely on IIS for authentication. The new release of WSS v3 can handle authentication outside of IIS and Windows authentication. The technologies covered will each be deployed utilizing the new feature and solution framework in WSS. intranet? extranet?
DevelopMentor Courses
- Friday, June 12, 2009
Introduction to Windows Communication Foundation
In this course, you learn to: Understand the motivation and architecture behind SOA & WCF Create clients and services with WCF Expose your services using SOAP and REST Choose between different channels, bindings, and configuration options Host a service as a Windows service or in IIS/WAS Deal with concurrency and sessions in WCF Handle errors in services Introduction to Windows Communication Foundation introduces Microsoft's next generation framework for building distributed systems. This first module introduces you to SOA which is the key to understand why WCF works the way it does.
DevelopMentor Courses
- Monday, March 1, 2010
Effective SQL Server for Developers
Some topics we cover: Memory handling Threading behaviour SQL OS(SOS) SQL Server Internals II: Transactions and Locking The transaction module is a deep dive into the various choices we have when writing transactional code in SQL Server (both T-SQL as well as.NET). Some topics are: Isolation Levels DTC Concepts Nesting of transactions (or not) Locking scenarios SQL Server Internals III: T-SQL and SQLCLR Debugging In this module we consider how best to debug the code we write. Learn how the internals of SQL Server work. How do I debug T-SQL and SQLCLR code?
DevelopMentor Courses
- Friday, June 12, 2009
|
8 Articles match "IIS","Module"
|
The Latest 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].
Michael C. Kennedy's Weblog
- Wednesday, May 27, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
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. your GACed module. This involves copying your schema to the IIS' schema directory and add a. Clean(name, modules); // create new element.
www.leastprivilege.com
- Saturday, April 19, 2008
-
Getting rid of the.svc Extension in IIS
Jon posted a module that does this. recently tried to use the URL rewriting module for IIS 7 to achieve the same - this rule worked for me: < action type = " Rewrite ". Tags: IIS;WCF url = " {R:1}.svc/{R:2} svc/{R:2} " /> HTH.
www.leastprivilege.com
- Wednesday, October 15, 2008
-
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
-
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
-
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].
-
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
-
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. username/password.
www.leastprivilege.com
- Sunday, May 17, 2009
|
|
|