views:

49

answers:

3

Back in 2006, Scott Gu blogged about how the source code was available for the ASP.NET Membership Provider here.

That was 3 1/2 years ago! Does anyone know if Microsoft has made any improvements to this provider and if there is updated source code? I would like to use the source code to create a custom provider but I know (in my heart) there must be some bug fixes since .NET 2.0. Please provide links if possible.

A: 

Doesn't look like they have released updated source code.

Aaron M
Where are you looking?
YeahStu
I looked through the ASP.NET website on MSDN. The original link to the source code has been taken down, at least from the original location. Googling it also didn't return any updated results.
Aaron M
A: 

You could inspect the current .NET source code by opening the assembly in .NET Reflector or by configuring Visual Studio to debug .NET Framework source code.

Iain Baxter
+1  A: 

If you are having a specific problem with the membership provider (such as a bug), instead of asking if Microsoft released a new version - just ask for help with the problem!

Rex M