Browse by Tags

All TagsASP.NET (RSS)

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...

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...

AJAX - Calling PageMethods defined on a UserControl by rakkimk

I recently worked with one of my customer, asking for help to migrate his application to AJAX.NET. He had some UserControls which had few methods which needs to be called (ScriptMethods). If you have a [ScriptMethod] defined in your user control, you...
Filed under: ,

IIS 6.0 - Disabling ASP.NET on all virtual directories, but one? by rakkimk

One of my customer running IIS 6.0 had this special scenario where he would like to run ASP.NET 2.0 applications only on a single virtual directory on the entire server. He would like to isolate his Virtual Directory alone to have the ScriptMaps of ASP...
Filed under: ,
More Posts
Powered by Community Server (Commercial Edition), by Telligent Systems