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?

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?

A.
Aspnet_regiis.exe

B.
Aspnet_regbrowsers.exe

C.
Aspnet_setreg.exe

D.
Aspnet_compiler.exe



Leave a Reply 4

Your email address will not be published. Required fields are marked *


steve

steve

Answer should be C.

Raghu

Raghu

Note: Passwords must be “stored in the web.config file” and >>must not be readable<<.

Stored in file and not readable. If Aspnet_setreg is something to do with registry.

Hence A is the correct ans.