Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Nikhil's Blog
A .NET dev generalist blog covering pretty much everything under the sun of .NET.
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET 2.0
ASP.NET 2.0
Build
C#
Catalog System
Certificates
CertMgr
Commerce Server 2007
Cryptography
EntLib
HttpHandler
HttpModule
MSI
Performance Testing
Profile System
Registry
Session
Setup and Deployment
Threads
UAB
UAC
Vista
VS 2005
VSTS
Web Application
Web Services
Recent Posts
Commerce Server 2007 Staging Error: CatalogImport failed; _FullTextCatalog' cannot be reused until after
Commerce Server 2007 Staging Error : "Error occurred with the database StagingLog.mdb"
Using HttpModules to perform a SSL switch on web pages
Commerce Server 2007: Accessing multi-valued custom properties in UserObject of Profile System
EntLib 3.1 DAAB: Be careful with the ExecuteReader
Archives
January 2009 (1)
November 2008 (1)
September 2008 (2)
July 2008 (1)
June 2008 (1)
May 2008 (2)
April 2008 (3)
December 2007 (1)
June 2007 (2)
May 2007 (1)
April 2007 (2)
February 2007 (1)
September 2008 - Posts
Friday, September 05, 2008 9:56 AM
Using HttpModules to perform a SSL switch on web pages
A common requirement of any secure website is to make sure that when a user traverses to a "sensitive" part of the website such the login page, the password reset page or even the personal profile page which might contain contact detail you
Posted by
nikhiln
|
4 Comments
Filed under:
Web Application
,
ASP.NET 2.0
,
C#
,
HttpModule
Thursday, September 04, 2008 1:34 PM
Commerce Server 2007: Accessing multi-valued custom properties in UserObject of Profile System
The MSDN's Managing Profiles section of the commerce server gives an in-depth view of the working of the profile system and the steps needed to create custom properties for the UserObject. The Extending the Profile System section gives out detailed steps
Posted by
nikhiln
|
0 Comments
Filed under:
Commerce Server 2007
,
Profile System