![MACROMEDIA DREAMWEAVER 8-GETTING STARTED WITH... Скачать руководство пользователя страница 273](http://html1.mh-extra.com/html/macromedia/dreamweaver-8-getting-started-with/dreamweaver-8-getting-started-with_getting-started_3331098273.webp)
Configuring your system (ASP) 273
Testing the installation
You can test the ASP engine of IIS by running a test page.
To test the ASP engine of IIS:
1.
In Dreamweaver or any text editor, create a plain text file and name it
timetest.asp
.
2.
In the file, enter the following code:
<p>This page was created at <b>
<%= Time %>
</b> on the computer running ASP.</p>
This code displays the time the page was processed on the server.
3.
Copy the file to the C:\Inetpub\wwwroot folder of the Windows
computer running IIS.
4.
In your web browser, enter the URL of your test page and then press
Enter.
If IIS is running on your local computer, you can enter the following
URL:
http://localhost/timetest.asp
The test page should open and display a time of day, as follows:
The specified time is known as dynamic content because it changes every
time you request the page. Click your browser’s Refresh button to generate
a new page with a different time.
Содержание DREAMWEAVER 8-GETTING STARTED WITH...
Страница 1: ...Getting Started with Dreamweaver...
Страница 8: ...8 Contents...
Страница 10: ......
Страница 46: ...46 Dreamweaver Basics...
Страница 48: ......
Страница 128: ...128 Tutorial Formatting Your Page with CSS...
Страница 136: ...136 Tutorial Publishing Your Site...
Страница 138: ......
Страница 189: ...Add a Repeat Region XSLT object 189 3 Select Insert XSLT Objects Repeat Region...
Страница 196: ...196 Tutorial Displaying XML Data...
Страница 216: ......
Страница 230: ...230 Understanding Web Applications...
Страница 236: ...236 Installing a Web Server...
Страница 254: ...254 Setup for Sample ColdFusion Site...
Страница 268: ...268 Setup for Sample ASP NET Site...
Страница 284: ...284 Setup for Sample ASP Site...
Страница 300: ...300 Setup for Sample JSP Site...
Страница 320: ...320 Setup for Sample PHP Site...