Hi there,
I am always doing the following Login module: 1. Create a table with Username and Password 2. Login by checking the user table.
So how do I use integrated Login just like the application like Sql Server? I don't mean by passing a connection string, I mean it will check the credential of my application without putting any username and password.
Thanks