c# - Customizing the Login Control in ASP.NET -
i'm making library management system using asp.net using c#. have problem creating custom login page in website. i've tried using asp.net web configuration boss doesnt allow me install aspnet_regsql.exe in main database.
i have 2 tables, 1 table username , password , other 1 username status (in case username deleted or not used anymore). there alternatives or workaround?
you use separate database aspnet login part. way boss doesn't have worry .net adding procedures , tables existing database. wouldn't recommend writing own scratch there danger of creating security vulnerabilities hackers later exploit.
Comments
Post a Comment