Stories recently tagged with 'Membership'

Smart Card Authentication Module Update - added Support for Membership(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 1 year, 9 months ago

This is a follow-on update on how to implement non-Active Directory Integrated Smart Card / Client Certificate Authentication with ASP.NET using Http Modules. This long overdue version adds support for ASP.NET Membership, Roles, and Profiles. read more...

add a comment |category: |Views: 181

tags: another

Asp.Net MVC Membership Starter Kit Released(squaredroot.com)

submitted by TroyMGTroyMG(2670) 2 years, 6 months ago

Almost six months after the official release of Asp.Net MVC 1.0 and nearly a year after the last release of the starter kit, I've finally rewritten and released the Asp.Net MVC Membership Starter Kit. read more...

add a comment |category: |Views: 694

tags: another

The Dummy Provider: Testing membership and roles(jeffgaroutte.com)

submitted by kayoskayos(890) 3 years, 3 months ago

Asp.net has a wonderful system built in for handling user accounts and roles. The administration interface is encapsulated in a separate web site that can be accessed from within Visual Studio but it is difficult to integrate into the site. This often leads to building a new user administration area in each site. The problem I have with this is going into the data store and deleting the incomplete test data and not having "known good" data for testing. read more...

add a comment |category: |Views: 34

tags: another

Membership Administration with MVC Preview 5(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 5 months ago

Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews. read more...

1 comment |category: |Views: 279

tags: another

MVC Membership with Preview 3(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 7 months ago

The MVC Membership Starter Kit has been updated to work with Preview 3 of the ASP.Net MVC framework. read more...

add a comment |category: |Views: 243

tags: another

ASP.Net MVC Membership Starter Kit alternative authentication(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 9 months ago

ASP.NET MVC implementation of an OpenID consumer and Windows Live ID Web Authentication in the ASP.NET MVC Membership Starter Kit. read more...

add a comment |category: |Views: 187

tags: another

ASP.Net MVC Membership Starter Kit(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years, 10 months ago

Troy Goode posted abou this yesterday. Today, there's already an update available containing some cool new stuff! read more...

add a comment |category: |Views: 123

tags: another

Understanding Single Sign-On in ASP.NET 2.0(aspalliance.com)

submitted by locrainlocrain(400) 4 years ago

In this article, Masoud discusses the concept of Cross Application Authentication using ASP.NET authentication model consisting of Membership Providers, web.config configuration, encryption, and decryption of configuration files. At the end of the article he also examines the application of the concept using ASP.NET login controls. read more...

add a comment |category: |Views: 101

tags: another

Integrating Customized Roles, Membership and Profiles in ASP.NET 2.0(eggheadcafe.com)

submitted by sirroccosirrocco(800) 4 years, 4 months ago

How many of you knew that there was a programmatic way of creating the membership tables ? read more...

1 comment |category: |Views: 14

tags: another

Create Membership tables in another database than the standard aspnetd(blog.krisvandermast.com)

submitted by KvdMKvdM(1695) 4 years, 8 months ago

Create Membership tables in another database than the standard aspnetd read more...

add a comment |category: |Views: 88

tags: another

Who Is Online Box by using the ASP.NET Membership Class(andreas-kraus.net)

submitted by reteepreteep(739) 4 years, 10 months ago

There are several ways to show who is currently online within your ASP.NET Application if you use the build in Membership Provider. I tested a few on performance and accuary which lead me to the following result .. read more...

add a comment |category: |Views: 237

tags: another

Use ASP.NET Membership and Role Providers in WCF(nayyeri.net)

submitted by keyvankeyvan(4086) 5 years, 1 month ago

In this post Keyvan shows the process to use ASP.NET membership and role providers for authentication and authorization in Windows Communication Foundation applications by giving a step by step guide of service configurations to accomplish this. read more...

add a comment |category: |Views: 1444

tags: another

Login Control in VS 2005(himabinduvejella.blogspot.com)

submitted by hima_.nethima_.net(440) 5 years, 2 months ago

Exploring login control in vs2005 As the name implies login control provides GUI to log into a website. As we develop websites login feature is quite common functionality in each and every website. I have developed more than 10 web applications and all of them has login feature as common. So In VS2005 Microsoft made the job of the developer easy by introducing Login Controls. This reduces coding as well as development cost read more...

add a comment |category: |Views: 9

tags: another

XML membership provider for ASP.NET 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 4 months ago

The XmlMembershipProvider let's you take advantage of the built in mechanisms for authentication in ASP.NET 2.0 only by adding a class to the App_Code folder and an XML file to the App_Data. No code required. This will save you many hours of work. read more...

add a comment |category: |Views: 288

tags: another

XML membership provider for ASP.NET 2.0(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 4 months ago

The XmlMembershipProvider let's you take advantage of the built in mechanisms for authentication in ASP.NET 2.0 only by adding a class to the App_Code folder and an XML file to the App_Data. No code required. This will save you many hours of work. read more...

add a comment |category: |Views: 288

tags: another

Writing a Custom Membership Provider for the Login Control in ASP.NET(15seconds.com)

submitted by DeanneDeanne(110) 6 years ago

A solid article on how to write a membership provider for ASP.NET. read more...

add a comment |category: |Views: 297

tags: another