12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
|
<%
|
||
|
'Localizable strings for iidef.asp
|
||
|
Const L_MASTERPROPS_TEXT = "Service Properties"
|
||
|
Const L_DEFAULTFTPSITE_TEXT = "Default FTP Site"
|
||
|
Const L_DEFFTPTEXT_TEXT = "One FTP site can be configured to respond to previous versions of the IIS Internet Services Manager. Select the default FTP site below."
|
||
|
|
||
|
' Resizing constants
|
||
|
Const L_DEFAULTFTPSITE_HR = 360
|
||
|
|
||
|
%>
|
||
|
|