PrepAway - Latest Free Exam Questions & Answers

Which command-line tool should you use?

You are developing an ASP.NET MVC application that will be deployed on a web farm. Passwords must be
stored in the web.config file and must not be readable or in a format that is easily decodable You need to
encrypt the passwords that are stored in the web.config file. Which command-line tool should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
Aspnet_regiis.exe

B.
Ngen.exe

C.
Aspnet_merge.exe

D.
EdmGen.exe

Explanation:
http://msdn.microsoft.com/en-us/library/zhhddkxy(v=vs.100).aspx

3 Comments on “Which command-line tool should you use?

  1. kam says:

    function testinput(re, str){
    var midstring;
    if (re.test(str)) {
    midstring = ‘ contains ‘;
    } else {
    midstring = ‘ does not contain ‘;
    }
    console.log(str + midstring + re.source);
    }




    0



    0

Leave a Reply