<%@ LANGUAGE=VBScript %> <% Option Explicit %> <% Response.Expires = 0 %> <% if Session("FONTSIZE") = "" then %> <% else %> <% ' strings for localization Const L_DEFAULTSITE_TEXT = "Default Web Site" Const L_DEFTEXT_TEXT = "One Web site can be configured to respond to previous versions of the Internet Information Server Internet Service Manager. Select the default Web site below." On Error Resume Next Dim path,currentobj,Inst path=Session("spath") Session("path")=path Session("SpecObj")="" Session("SpecProps")="" Set currentobj=GetObject(path) %>
<%= L_DEFAULTSITE_TEXT %>
<%= L_DEFTEXT_TEXT %>

<% end if %>