Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
i have a data base in which i would like to nobody access procedure table and we can access by the web config file



thank in advance
Posted
Updated 8-Dec-11 1:34am
v2

1. Create stored procedure with access rights to a particular SQL ID.
2. Share that credentials in web config file
3. Application reads and executes with the access rights ID.
 
Share this answer
 
Comments
Amir Mahfoozi 8-Dec-11 15:14pm    
+5 I agree with you
Take a look at this.

http://msdn.microsoft.com/en-us/library/ff648664.aspx[^]

Regards,
Eduard
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900