Multiple choice technology programming languages

Connection string entries in web.config file can be encrypted using following tool(S): 1. aspnet_regiis.exe 2. aspnet_wp.exe 3. svcutil.exe

  1. Both 1 and 2

  2. Only 1

  3. Only 2

  4. Both 1 and 3

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The aspnet_regiis.exe tool is used to encrypt configuration sections in web.config, including connection strings. The other tools serve different purposes: aspnet_wp.exe is the worker process and svcutil.exe is for Windows Communication Foundation.