At work we use the Intranet template when making MVC web apps, it ties into AD and all is great. I am now doing a side project that will be public facing, so no AD. I am stoiring credentials in SQL Server 2012. There are certain pages that the user must be authenticated before they can get to it. I can put it all together with session stuff, but if there is already a built in deal, that would be more good. Can I adapt Forms Authentication for this? Or something else is better?
↧