DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database
PassGuideDB.
PassGuideApp is hosted on IIS 6.0 server PassGuideIIS.
PassGuideIIS is running multiple applications.
Now you need to increase the security of PassGuideApp while not interfering with the other
applications in any way. What steps should you take?
The answer is missing Action #2. I agree with Action #1. SSL (https) will increase security of the connection. The missing answer is most likely:
Protect the connection string by…
…encryption.
See the Encryption section in the following to verify:
http://msdn.microsoft.com/en-us/library/ms254494%28v=vs.110%29.aspx