70-528 무료 덤프문제 온라인 액세스
시험코드: | 70-528 |
시험이름: | TS: Microsoft .NET Framework 2.0 - Web-based Client Development |
인증사: | Microsoft |
무료 덤프 문항수: | 149 |
업로드 날짜: | 2025-08-27 |
You have a Microsoft ASP.NET Web site. The Web site has two themes named DefaultTheme and AdminTheme.
You create a role named Admin by using the Web Site Administration tool.
You need to ensure that only members of the Admin role use AdminTheme. You also need to ensure that all other users use DefaultTheme.
What should you do?
You create a Microsoft ASP.NET Web application. The application is accessed both from desktop Web browsers and from mobile device Web browsers.
You develop a custom control. In mobile device browsers, the custom control must contain only a subset of the data displayed in the desktop browser.
You need to ensure that the application renders correctly for both desktop browsers and mobile device browsers. What should you do?
You are debugging an internal Web application. All requests to a particular Web page result in the display of the custom application error page.
You need to ensure that you can view the stack trace in the Web browser. You also need to ensure that users cannot view the stack trace.
Which code fragment should you add to the Web.config file of the Web application?
You are developing a Microsoft ASP.NET Web site.
Users must be able to select a page layout of their choice.
You need to ensure that the master page can be dynamically applied.
Which code segment should you use?
You are developing a Web application that has two distinct UIs. One UI is targeted to desktop browsers.
The other UI is targeted to mobile devices. The mobile devices might or might not support cookies and relative URLs.
Users request the Default.aspx page.
You need to redirect users to the appropriate UI, depending on whether they are using a mobile device or a desktop browser.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution. Choose two.)