rakkimk
working in iis, asp.net product support team at microsoft corporation
Sign In
|
Join
|
Help
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
ActiveDirectoryMembershipProvider
Admin Pack
Adsutil
AJAX
ASP.NET
Debugging
HTTP 500.19
HTTPERR
IE
IE8
IIS
IIS 6.0
IIS 7
IIS7
IIS7 Tweets
ISAPI
ISAPI Filters
Logging
LogParser
Media
MembershipProvider
PDC2008
Performance
Twitter
URLScan
Visual Studio
Web
x64
Navigation
Home
Get Started
Learn
Downloads
Blogs
Forums
Archives
August 2009 (1)
July 2009 (3)
June 2009 (2)
March 2009 (4)
February 2009 (1)
January 2009 (3)
November 2008 (3)
October 2008 (6)
July 2008 (2)
June 2008 (5)
May 2008 (1)
April 2008 (4)
March 2008 (7)
February 2008 (1)
My Links
My MSDN blog
My Live Spaces
My Website
My IIS.net contributions
April 2008 - Posts
1
Comments
How to configure IIS 7.0 for ODBC logging?
by
rakkimk
If you select Log File format as “Custom” in the IIS manager, it doesn’t give you options to configure ODBC logging in the UI. Instead, it just gives you an alert saying it cannot be configured through IIS manager which you already know...
Tags:
IIS7
Logging
1
Comments
ASP.NET - Using the same encryption method used by ActiveDirectoryMembershipProvider to encrypt secret password answer and store it in AD
by
rakkimk
Okay, this is an interesting stuff. MembershipProvider automatically encrypts most of the sensitive information such as password, secret-question-password. What if you want to use the same encryption method yourself to encrypt data? Before continuing...
Tags:
ASP.NET
MembershipProvider
ActiveDirectoryMembershipProvider
1
Comments
ASP.NET - Enabling PasswordReset functionality when using ActiveDirectoryMembershipProvider
by
rakkimk
If you want to use ActiveDirectoryMembershipProvider on your website to manage users specially the password reset functionality, you will also need to create few attributes in the active directory schema for the "USER" object. You can check this MSDN...
Tags:
ASP.NET
MembershipProvider
0
Comments
IIS7 - Configure Throttling for your documents (any MIME type) and save Bandwidth costs
by
rakkimk
Do you have a high traffic site where you have a lot of WMV/AVI/FLV/PDF documents (or any other MIME type) where your maximum bandwidth of the site is utilized? Do you ever think where majority of the bandwidth would go? Most of the users do not completely...
More Posts