3

I'm new to ASP.NET MVC framework. I'm asked to develop an application using MVC 4

Our company already has an authentication table in DB2.The columns are Employee ID, Name, Security ID, etc.

How can i develop an application witch uses that table for authentication

Anshu
  • 374
  • 1
  • 4
  • 18

1 Answers1

5

Actually, for MVC 4, this link is better. The MVC 3/4 link ignores some advances made in MVC 4 (e.g. the built in 'AuthorizeAttribute').

Corey Cole
  • 977
  • 9
  • 18