ContentsIndexSearch <% SearchString=Server.HTMLEncode(Request.QueryString("SearchString"))%> <% If SearchString="undefined" Then SearchString="" %> <% SearchSet=Server.HTMLEncode(Request.QueryString("SearchSet"))%> <% if SearchSet="" then SearchSet=0%>
Search for:
Select type of search:
<%If SearchSet=0 Then%> <%End If%> <%If SearchSet=1 Then%> <%End If%> <%If SearchSet=2 Then%> <%End If%> <%If SearchSet=3 Then%> <%End If%> <%If SearchSet=4 Then%> <%End If%> <%If SearchSet=0 Then%>
  • Type a phrase or a question.
  • All forms of a word are included.
  • Usually returns a large number of hits.

Examples:
host multiple sites
set directory permissions
changes in iis versions
<%End If%> <%If SearchSet=1 Then%>
  • Literal search.
  • Not case-sensitive; capitalization is ignored.

Examples:
authentication
ssl
database access
connection pooling
<%End If%> <%If SearchSet=2 Then%>
  • Words can be in any order.
  • Usually returns a smaller number of hits.

Examples:
name password account
remote administration internet
registry metabase configure
<%End If%> <%If SearchSet=3 Then%>
  • Topics with more occurrences of the word are listed first.
  • Usually returns a large number of hits.

Examples:
security hacker firewall
web application script asp
user right permission deny
<%End If%> <%If SearchSet=4 Then%>
  • AND, OR, NEAR, and AND NOT operators are supported.
  • Use quotation marks for literal strings.
  • Use parentheses to group terms.

Examples:
certificate near install
"iis snap-in" and administration
(v-root or virtual) and (program or application)
<%End If%>



Navigation Help