How can you ensure that users are unable to access the password in PassGuideDB?
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 puts password and credit card information in PassGuideDB.
How can you ensure that users are unable to access the password in PassGuideDB?
How can you ensure that the credit card information can be retrieved from PassGuideDB?
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 puts password and credit card information in PassGuideDB.
How can you ensure that the credit card information can be retrieved from PassGuideDB?
Select two.
What action should you take to remedy this problem?
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.
To access data from PassGuideDB ADO.NET Entity Framework is used.
Even if PassGuideDB is disconnected the users should be able to make changes. That is
these changes made in offline mode changes must be updated in PassGuideDB.
At the moment when you use Submit changes method, from the data context, is used to
save offline entities then an exception is received.
What action should you take to remedy this problem?
What can ensure this?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp is running on a server PassGuideSrv.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database PassGuideDB
located on a separate server PassGuideData.
To access employee data from PassGuideDB ADO.NET Entity Framework is used.
Changes to the data can be made locally, in disconnected mode, on PassGuideSrv, but
when a user of PassGuideApp access PassGuideData, the these local changes data must
be updated with this latest data to PassGuideSrv.
What can ensure this?
Which method should be used to ensure that these entities are persisted to PassGuideSrv?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp is running on a server PassGuideSrv.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database PassGuideDB
located on a separate server PassGuideData.
To access employee data from PassGuideDB ADO.NET Entity Framework is used, here it
models persistence-ignorant entities.
PassGuideApp runs in disconnected mode.
Changes to the data can be made locally, in disconnected mode, on PassGuideSrv.
Which method should be used to ensure that these entities are persisted to PassGuideSrv?
How can you remedy the problem?
DRAG DROP
Exhibit: Server generated keys are only supported for identity columns
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.
PassGuideApp includes an Employees entity.
The Employees entity include a EmployeeKey, a primary key field, with type Guid.
However, there is a problem when PassGuideApp uses the Save Changes method to save a
new instance of Employee entity.
How can you remedy the problem?
Which action should you take?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.
PassGuideApp is deployed to server PassGuideSrv.
PassGuideApp uses files that are used as resources in the application.
These files are used for mapping and modeling.
Later in the project you need to adjust the conceptual model for PassGuideApp on PassGuideSrv.
Which action should you take?
How can this be ensured?
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.
Mapping and model files for PassGuideApp are produced.
However, you must ensure that these files are not used as application resources.
How can this be ensured? Select three.
What action should you take?
DRAG DROP
Exhibit: The server encountered an error processing the request. See server logs for more details
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
There is a WCF Data Service deployed a server PassGuideSrv.
PassGuideApp is hosted by US IIS.
The error message in the exhibit is shown when the service was deployed.
You want to explore the problem in more detail.
The exception data must be available to the end users.
What action should you take?
What steps should you take?
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?