We should only use one account to access the SQL Server database. This ensures that connection pooling is optimized.
Incorrect Answers:
A: We should only use a single account to access the SQL Server database.
C: Form-based authentication is less secure. Furthermore, running as the System Administrator with the sa login would compromise security.
D: Form-based authentication is less secure. Furthermore, creating a separate SQL Server login for each user is a daunting administrative task.
Custom actions are a Windows Installer feature that allows you to run code at the end of an installation to perform actions that cannot be handled during installation. This is an appropriate solution for this scenario as we only want to deploy the resource files on the server.
Incorrect Answers:
A: We just want to deploy the resource files. We do not need to set the Context property in the application.
B: We don?t need any launch conditions. We just want to deploy the resource files.
D: We just want to deploy the resource files.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.