Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i have to create login page in asp.net mvc pattern(means with out using mvc framework).so,could any one send some sample examples.
Posted
Updated 9-Aug-16 5:26am

If you're not using the MVC framework, then how are you using MVC ? You can write a login page in ASP.NET without using MVC, but you can't easily use the MVC pattern in ASP.NET if you don't use the framework, the restraints of the ASP.NET framework make it harder to impliment an arbitrary design pattern than if you were using webforms.

ASP.NET MVC of course creates a fully functional login page if you ask it to.
 
Share this answer
 
Comments
Raju Hasan 17-Feb-13 3:44am    
I Think he means Without Entity Framework
Plz see this Link

href="http://www.mindstick.com/Articles/f769698f-fed6-43eb-8e61-d7baaf713819
?Login%20and%20Registration%20Form%20in%20ASP.Net%20MVC"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900