How do I tie up my custom membership provider with my ASP.NET MVC [Authorize()] attribute? I\'ve blasted through a number of tutorials for how to create a custom membership
How much did you change in this custom membership? Like did you change table names around? Can you log users in and stuff? Ie is your custom membership working?
If you changed lots of stuff around like you changed the roles table name to something different or stuff like that then your going to have to override the Authroize tag.
However if your custom membership is not working then you probably have not configured it right and configuring is the same as in webforms. You just have to setup your webconfig.