I need the front-end to an app that can access an MS-SQL Server database to process a user login (user ID and password) and then load a page populated with data about that user and only load that page if the user’s login has been validated, i.e. similar to maintain a session variable in ASP
