how can we maintain security in soted procedure?
Answer / rakesh patil
We can make use of 'with Encryption' option in our stored procedure declaration,
it will definitely provide the security of your stored procedure.
You nee to include above mention option after "as"
Is This Answer Correct ? | 6 Yes | 0 No |
What the use of Form Authentication and windows Authentication?
What are the advantages of asp.net mvc framework? : asp.net mvc
Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.
Where can I get the details on migration of existing projects using various technologies to asp.net?
IS IT POSSIBLE TO SET TIME FOR COOKIES?HOW IT IS POSSIBLE.
what is stateless ?
What are the new page events added in Asp.net 2.0 ?
Explain Page life cycle
How do session tokens work?
How can we create Tree control in asp.net?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
what is purpose of xml control in standard controls of asp.net