Tagged Questions
2
votes
2answers
103 views
What is the most unobtrusive way to add a layer of security for a private beta of website?
Let's say I have an ASP.NET site (MVC in this case) that uses Forms authentication and a typical membership system. The site allows both authenticated and anonymous users.
When I release the site as ...