views:

161

answers:

3

I have downloaded and installed membership starter kit from codeplex. Now when I create new project I don't see MVC mebership starter kit in list of templates. How do I create new project based on this starter kit ?

A: 

You can make a copy of that Starter Kits code base into a new trunk/src directory. Then open the solution and hack away! That is the normal process any ways.

Andrew Siemer
+1  A: 

That doesn't look like it's been updated since preview 5...

The default ASP.NET MVC project that is created when you install the release version of ASP.NET MVC includes integration with the membership system.

Zhaph - Ben Duguid
Only the registration, logon and change password are included. All users and roles administration are lost.
Eduardo Molteni
That's possibly the case, however the API for administering users and roles is well defined on MSDN, and these sorts of screens are fairly trivial to knock out if you need them.
Zhaph - Ben Duguid
It was updated to work with 1.0
Eduardo Molteni
+1  A: 

Grab the new release that works with MVC 1.0

Eduardo Molteni