<%
asd = split(request.querystring, "/")
if asd(3) = "index.html" then
%>
<!--#include file="default.asp"-->
<%
elseif asd(3) = "kullanimi.html" then
%>
<!--#include file="kullanimi.asp"-->
<%
elseif asd(3) = "fixitpro.html" then
%>
<!--#include file="fixitpro.asp"-->
<%
elseif asd(3) = "siparis.html" then
%>
<!--#include file="siparis.asp"-->
%>
<%
end if
%>
hatalı kod'u kalın olarak belirttim.