<%
' Wait until text is buffered to show
Response.Buffer = True
' Tell the browser to use Word to display the contents of the document
Response.ContentType = "Application/msword"
' Document setting
Response. AddHeader "Content-disposition", "inline"; Filename=report.doc "
%>
<meta http-equiv= "Content-type"
Content= "text/html; charset=gb2312 ">
<title> Site Release Information </title>
<body>
<!--postinfo.html version 0.100-->
<!--
This is the file allows users to post files to their web with the Web Publishing Wizard or FrontPad, using the same username and Password they would
Use if they were authoring with the FrontPage Explorer and Editor.
The values below are automatically set by FrontPage at installation
Time. Normally, you don't need to modify this values, but in case
You do, the parameters are as follows:
' BaseURL ' is the URL for your Web server.
' Defaultpage ' is the name of the default (home) page name
For your web.
' Xfertype ' specifies that FrontPage server extensions have been
Installed on the this web. This value should is changed.
' Fpshtmlscripturl ', ' FPAuthorScriptUrl ', and ' FPAdminScriptUrl ' specify
The relative URLs for the scripts, FrontPage uses for remote
Authoring. These values are should not to be changed.
' Version ' identifies the version of the format of this file, and
Should is not changed.
--><!--WebPost
version= "0.100"
Baseurl= "Http://ecti-blue"
Xfertype= "FrontPage"
Defaultpage= "Default.htm"
Fpshtmlscripturl= "_vti_bin/shtml.dll/_vti_rpc"
Fpauthorscripturl= "_vti_bin/_vti_aut/author.dll"
Fpadminscripturl= "_vti_bin/_vti_adm/admin.dll"
-->
<p><!--WebBot bot= "Purpletext"
preview= When you install FrontPage, this page will be created in the root directory of the FrontPage site. This web page contains information that users need to edit pages in a Web using the Microsoft Site Publishing Wizard or other programs that use the wizard, such as using FrontPad, and using the same user name and password that you authored in Microsoft FrontPage. You can delete this file if you do not want to allow users to edit the files in the site with tools other than Microsoft FrontPage. "
--></p>
<p> the HTML comment for this page contains configuration information that users use the Microsoft Site Publishing Wizard or other programs that use the wizard (such as using FrontPad, and the user name and password used with Microsoft FrontPage when authoring, to edit pages in a web. For more information about the Site Publishing Wizard API, see Microsoft's Internet SDK. </p>
</body>