How to control the excessive use of ram by SQL Server?

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

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

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.