Sitenin ana dizini açılıyor fakat menüye basınca bu hatayı veriyor. gittiği menü html uzantılı host değiştikten sonra böyle oldu yardımlarınız bekliyorum
<%set rstype=server.createobject("adodb.recordset") sql="select baslik,idno from type where aktif=1 order by sira" rstype.open sql,baglanti,1,3 For a = 1 To rstype.recordcount If rstype.eof Then Exit For %>
"><%=rstype("baslik")%>
<%rstype.MoveNext :Next : rstype.Close :Set rstype = Nothing%>