|
|
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 "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. Utilize the WSS object model for building applications in SharePoint Build custom workflow solutions for SharePoint Create custom event handlers Use features and solutions for deploying projects for WSS and MOSS Build standard web parts and web parts utilizing AJAX Handle custom authentication solutions Implement best practices for building solutions with WSS and MOSS Leverage the Business Data Catalog Create custom lists that use custom content types Essential SharePoint for Developers (WSSv3/MOSS2007) covers the critical building blocks for developing solutions for both Windows SharePoint Services
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. Understand the inner workings of SQL Server Understand how SQL Server handles memory and threading Read query plans Assign indexes Implement security between remote Service Broker instances Understand SQL Server Integration Services (SSIS) Write code for SSIS Use Reporting Services Effective SQL Server for Developers provides in-depth training for SQL Server developers.
DevelopMentor Courses
- Friday, June 12, 2009
|
7 Articles match "IIS","Module"
|
The Latest from DevelopMentor
|
MORE
|
|
Claims Authorization in WIF Beta 2 – ASP.NET and WCF Integration
as a replacement for the “classic” URL authorization module in ASP.NET / IIS). this purpose you’ll find an HTTP module called ClaimsAuthorizationModule in
This module simply subscribes to the AuthorizeRequest processing stage and
In the previous post
I illustrated how the basic claims authorization infrastructure in WIF (formerly Geneva)
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 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 I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET
MVC
Michael C. Kennedy's Weblog
- Wednesday, May 27, 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
I am currently in the process of updating my Geneva code to Beta 2. There are some
www.leastprivilege.com
- Sunday, May 17, 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
Register all assemblies in the GAC
Usually an IIS 7 extension consists of at least three assemblies (module/handler,
Also take into account, that IIS loads GACed assemblies schema, config sections and management extensions). I
www.leastprivilege.com
- Saturday, April 19, 2008
-
Getting rid of the .svc Extension in IIS
Jon posted a module that
I recently tried to use the URL rewriting module for
IIS 7 to achieve the same - this rule worked for me:
< action type = " Rewrite "
url = " {R:1}.svc/{R:2} Tags: IIS;WC does this.
svc/{R:2} " />
www.leastprivilege.com
- Wednesday, October 15, 2008
-
Improved IisRegMgmt
Thanks to CarlosAg from the IIS team,
I was able to improve my tool for registering IIS 7 management modules.
IisRegMgmt01.zip
...Tags: Tags: II
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 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 I'm a huge fan of ASP.NET Routing. It gained popularity as the part of ASP.NET
MVC
-
Claims Authorization in WIF Beta 2 – ASP.NET and WCF Integration
as a replacement for the “classic” URL authorization module in ASP.NET / IIS). this purpose you’ll find an HTTP module called ClaimsAuthorizationModule in
This module simply subscribes to the AuthorizeRequest processing stage and
In the previous post
I illustrated how the basic claims authorization infrastructure in WIF (formerly Geneva)
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
I am currently in the process of updating my Geneva code to Beta 2. There are some
www.leastprivilege.com
- Sunday, May 17, 2009
-
Geneva integration into ASP.NET
Geneva is integrated in ASP.NET/IIS using the standard IHttpModule extensibility
Geneva ships with three HTTP modules:
ClaimsPrincipalHttpModule (already wrote about it here ).
WSFederationAuthenticationModule (implements WS-Federation authentication)
SessionAuthenticationModule (implements session authentication)
ClaimsPrincipalHttpModule is special – but the other two are built upon a
Now let’s have a close look what the two mechanism. framework for handling token based authentication in ASP.NET.
www.leastprivilege.com
- Thursday, March 12, 2009
|
|
|