Tuto WEBDEV 25

Part 1: Discovering WEBDEV 37 5. Study the address displayed in the browser: this page has a fixed address. If you copy this address and if you paste it in a new browser, the same page will be displayed! Remark: if you use the IIS Express Web server, "localhost" can be followed by an identifier. 6. Close the browser that displays the test page. ▶ Now, let’s check the behavior of an Intranet page: 1. Open the "Page_Home_of_Intranet_site" page in the editor: double-click its name in the "Project explorer" pane. 2.  Let’s check the page type: • On the "Page" pane, in the "Description" group, click "Description" (you can also select "Description" from the popup menu of the page). • In the "General" tab, the page is a page in session mode, a mode used for Intranet/ Extranet sites. 3. Run the test of this page: click the icon among the quick access buttons. 4.  The page is displayed in the browser. 5. Study the address displayed in the browser. The URL has the following format: http:// localhost/WEBDEV_Concepts/CONNECT_TESTMODE/<Connection Identifier> where <Connection Identifier> is a string that changes at each connection. The address changes at each connection therefore the security is improved. However, this behavior is not compatible with a referenceable site. Remark: if you use the IIS Express Web server, "localhost" can be followed by an identifier. 6. Close the browser.

RkJQdWJsaXNoZXIy NDQ0OA==