What should you do?

You maintain a Windows Forms application and an ASP.NET application.
The Windows Forms application has the following features:
The application impersonates the logged-on user.
The data is stored in a Microsoft SQL Server 2008 database.
The application grants user access to data by calling the IPrincipal.IsInRole method on the basis of user
roles.
The ASP.NET application uses forms-based authentication to authenticate users.
You need to share the login and user role information between the Windows Forms application and the
ASP.NET application.
What should you do?

You maintain a Windows Forms application and an ASP.NET application.
The Windows Forms application has the following features:
The application impersonates the logged-on user.
The data is stored in a Microsoft SQL Server 2008 database.
The application grants user access to data by calling the IPrincipal.IsInRole method on the basis of user
roles.
The ASP.NET application uses forms-based authentication to authenticate users.
You need to share the login and user role information between the Windows Forms application and the
ASP.NET application.
What should you do?

A.
Modify the Windows Forms application to use client application services instead of impersonation.

B.
Add a WebBrowser control to the Windows Forms application to display the ASP.NET login page.

C.
Enable integrated security between the Windows Forms application and the Microsoft SQL Server
2008 database.

D.
Enable SQL Server authentication between the Windows Forms application and the Microsoft SQL
Server 2008 database.



Leave a Reply 0

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