<a href=’mailto:${footerEmail}’>Contact me</a>
<a href=’mailto:${initParam@footerEmail}’>Contact me</a>
<a href=’mailto:${initParam.footerEmail}’>Contact me</a>
<a href=’mailto:${contextParam@footerEmail}’>Contact me</a>
<a href=’mailto:${contextParam.footerEmail}’>Contact me</a>
第1题:
All of your JSPs need to have a link that permits users to email the web master. This web application islicensed to many small businesses, each of which have a different email address for the web master. Youhave decided to use a context parameter that you specify in the deployment descriptor, like this: 42.
第2题:
A web application is bound to the context named "/webapp" and the client uses the browser and makes a request to the resource http://server:port/webapp/ctxl/resource. Where do you place this resource inside the web application structure?()
第3题:
You work as a network Exchange administrator at Company.com.The Company.com network currently consists of a single Active Directory forest containing a single domain named Company.com.The Company.com organization makes use of Microsoft Exchange Server 2010 as their messaging solution.The Company.com network users have been configured by Company.com to have the @Company.com email address suffix.During the course of the business week you receive instruction from Company.com to configure a public folder named KingPublic for the Internet users to post content by sending e-mail to KingPublic@Company.com. What should you do?()
第4题:
You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following code segment to protect the page.if (Page.User.Identity.Name != @"CONTOSO/Administrator") { the page, you are redirected to Login.aspx. You discover that the User.Identity.Name property is not being correctly populated. You need to ensure that you can access the page when you are logged on as Administrator. Which two actions should you perform? ()
第5题:
You use Microsoft .NET Framework 4 to create a Windows application. You use ClickOnce technology to install the application on computers that run Windows 7 with User Access Control (UAC) enabled. The application requires access to environment variables on each computer. You need to ensure that users who do not have administrative permissions can install the application. Which deployment method should you use? ()
第6题:
Add a second IP address.
Configure request filtering.
Create separate application pools.
Add worker processes to the DefaultAppPool.
第7题:
Create a single Web site that contains both Web applications.
Create two Web sites, one for each Web application.
Assign both Web applications to the same application pool.
Assign each Web application to its own application pool.
第8题:
Add the following configuration section to the Web.config file.
Set the directive for each page in your site as follows:<%@ page= uiculture=“Auto”>
Add the following code segment to the pages load event.lblName.Text = @”{myStrings}Name”; lblAddress.Text = @”{myStrings}Address”; lblEmail.Text = @”{myStrings}Email”; lblPhone.Text = @”{myStrings}Phone”;
Add the following code segment to the pages load event. lblName.Text = Resources.myStrings.Name; lblAddress.Text = Resources.myStrings.Address; lblEmail.Text = Resources.myStrings.Email; lblPhone.Text = Resources.myStrings.Phone;
第9题:
Before parameter form.
After parameter form.
Before report.
After report.
第10题:
<% List catalog = config.getAttribute(catalog); %>
<% List catalog = context.getAttribute(catalog); %>
<% List catalog = application.getAttribute(catalog); %>
<% List catalog = servletContext.getAttribute(catalog); %>
第11题:
Configue a unique port for each Web site.
Configue a unique IP address for each Web site.
Configue a unique Host Header for each Web site.
Edit the Hosts file on the server to add all the Web site names associated to the network address.
第12题:
Clear the MAC address table in the switch.
Clear the ARP cache in the switch.
Clear the ARP cache in the end devices.
Clear the ARP cache in the application servers.
第13题:
You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()
第14题:
You write a Web application. This application must support multiple languages. You store the localized strings in the application as resources. You want these resources to be accessed according to a users language preference. You create the following resource files in the App_GlobalResources folder of your application. myStrings.resx myStrings.en-CA.resx myString.en-US.resx myStrings.fr-CA.resx myStrings.es-MX.resxEach resource file stores a localized version of the following strings: Name, E-mail, Address, and Phone. You create a Web Form that contains one label for each of these strings. You need to ensure that the correct localized version of each string is displayed in each label, according to a users language preference. What should you do? ()
第15题:
You write a Web application. This application must support multiple languages. You store the localized strings in the application as resources. You want these resources to be accessed according to a users language preference. You create the following resource files in the App_GlobalResources folder of your application.myStrings.resxmyStrings.enCA.resxmyString.en-US.resxmyStrings.fr-CA.resxmyStrings.es-MX.resx resource file stores a localized version of the following strings: Name, E-mail, Address, and Phone. You create a Web Form that contains one label for each of these strings. You need to ensure that the correct localized version of each string is displayed in each label, according to a users language preference. What should you do? ()
第16题:
You create a Web application. The Web application enables users to change fields in their personal profiles. Some of the changes are not persisting in the database. You need to raise a custom event to track each change that is made to a user profile so that you can locate the error. Which event should you use?()
第17题:
You have a server that runs Windows Server 2008. The Web Server (IIS) role is installed. You plan to host multiple Web sites on the server. You configure a single IP address for the server. All Web sites are registered in DNS to point to the single IP address. You need to ensure that each Web site only responds to requests by name from all client computers. What should you do?()
第18题:
<a href=’mailto:${footerEmail}’>Contact me</a>
<a href=’mailto:${initParam@footerEmail}’>Contact me</a>
<a href=’mailto:${initParam.footerEmail}’>Contact me</a>
<a href=’mailto:${contextParam@footerEmail}’>Contact me</a>
<a href=’mailto:${contextParam.footerEmail}’>Contact me</a>
第19题:
WebAuditEvent
WebEventManager
WebBaseEvent
WebRequestEvent
第20题:
Start from Web.
Install from Web.
Start from network share
Install from network share.
第21题:
Add the following configuration section to the Web.config file. <globalization culture=Auto />
Set the directive for each page in your site as follows: <%@ Page UICulture=Auto %>
Add the following code segment to the pages load event. lblName.Text = {myStrings}Name lblAddress.Text = {myStrings}Address lblEmail.Text = {myStrings}Email lblPhone.Text = {myStrings}Phone
Add the following code segment to the pages load event. lblName.Text = Resources.myStrings.Name lblAddress.Text = Resources.myStrings.Address lblEmail.Text = Resources.myStrings.Email lblPhone.Text = Resources.myStrings.Phone
第22题:
in the subdirectory /WEB-INF/ctxl
in the subdirectory /META-INF/ctxl
in the subdirectory /ctxl in the root of the archive
in the subdirectory /ctxl/resource in the root of the archive
in the root of the archive
第23题:
From the Application Pool Defaults, the Recycling options should be changed.
A new Web site should be created and the bindings should be edited for the Web site.
A new application pool should be created and the Web site should be associated to the application pool.
A new virtual directory should be created and the Physical Path Credentials on the virtual directoryshould be changed.
第24题:
<a href=’mailto:${contextParam.webmasterEmail}’>contact us</a>
<a href=’mailto:${applicationScope.webmasterEmail}’>contact us</a>
<a href=’mailto:${contextInitParam.webmasterEmail}’>contact us</a>
<a href=’mailto:${initParam.webmasterEmail}’>contact us</a>