No.
- Membership Provider is part of the namespace
System.Web.Security - Webforms is a namespace
System.Web.UI - MVC is a namespace
System.Web.Mvc
Therefore, there are no dependencies. In other words, you will make the same membership calls with the same membership objects in the MVC application as in the WebForms application.
user596075
source
share