Does the default MVC security utilize the same security as ASP.NEt
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-03-15T14:17:38Z
Indexed on
2010/03/15
14:19 UTC
Read the original article
Hit count: 645
I am converting a personal site over to MVC 2 and I have been using Forms Authentication against a SQL Server DB. Curious if the standard MVC 2 template will just automatically work if I upload it to the server. I have added the connection string to the web.config. I'm thinking it will work but wanted to see if anyone's done this.
© Stack Overflow or respective owner