Matt
Matt

Reputation: 5680

Does the default MVC security utilize the same security as ASP.NEt

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.

Upvotes: 2

Views: 111

Answers (1)

Çağdaş Tekin
Çağdaş Tekin

Reputation: 16661

Everything should work fine because Forms Authentication is not exclusive for ASP.NET Webforms.

Upvotes: 1

Related Questions