Browsing tag

Programming Languages

What is the recommended method for securing sensitive connection string information?

Question: What is the recommended method for securing sensitive connection string information? A. Encrypting the data in the application configuration file B. Using a code obfuscator C. Using Integrated Security (Windows Authentication) D. Querying the user for his or her credentials at run time Answer» c. Using Integrated Security (Windows Authentication) Note: The above multiple-choice…

How to implement authentication via web.config?

Question: How to implement authentication via web.config? A. Include the authentication element. B. Include the authorization element. C. Include the identity element. D. Include the deny element. Answer» b. Include the authorization element. Note: The above multiple-choice question is for all general and Competitive Exams in India. 

You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file?

Question: You use the ASP.NET Web Site Administration Tool to configure ASP.NET membership with forms authentication. What should you name your login form so that you do not have to modify the Web.config file? A. Login.aspx B. LoginPage.aspx C. Default.aspx D. Auth.aspx Answer» a. Login.aspx Note: The above multiple-choice question is for all general and…

What are the element of code access security?

Question: What are the element of code access security? A. Evidence,Permission B. SQLSecurity C. UserInterface D. SQL Injection Answer» a. Evidence,Permission Note: The above multiple-choice question is for all general and Competitive Exams in India.