Adding SQL Server UID

electra

New Member
I want to add a user id to a sql server database that I would use to get access from asp-based web pages. The site allows uploading, editing, inserting, and deleting depending on login-based permissions. What do I need to to to ensure that the UID I use is flexible enough to allow these actions but not completely wide-open for external attackers.

Thanks
 
Top