Use of login server control in asp.net with sql server 2005?
-
i have made a database in sql server 2005. In my web application i am using this database. i am also using a login server control. to use this control i need to add my sql server database which has a table for valid usernames and passwords into the App_Data folder. how do i do this? Or else is there any other way to use the login server control with my sql server database. any links to videos doing the same will be very helpful. thank you in advance.
-
Answer:
You don't need a special table. you take the user's input username and password and use that to make a connection to the database. If it fails update the page to say login failed. IF you make a special table, that defeats the purpose of the username and password as you will have to log into the database to check to see if they are authorized. But then you lose all the internal group policy security policies in SQL Server.
somebody at Yahoo! Answers Visit the source
Related Q & A:
- How to upgrade sql server express 2005 to 2008R2?Best solution by Server Fault
- How Do I Configure SQL Server 2005 Backend?Best solution by Server Fault
- How to save high resolution image canvas to server using asp.net?Best solution by Stack Overflow
- How to use Authorize Attribute in asp.net MVC?Best solution by Stack Overflow
- How to use angular.js with strongly typed view in asp.net-MVC?Best solution by ojdevelops.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.