web.config diye bir dosya oluşturup içini doldurabilirsiniz.
yada *.asp dosyasında şuna benzer bir kod uygula.
Sayfa: <%
for c=1 to kat.PageCount
if c=cint(AktifSayfa) then
response.write " " & AktifSayfa & ". sayfa "
else
response.write " " & c & " "
end if
next
kat.close
end if
%>