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

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

queue - mq_receive: message too long -