<% Set FSO = CreateObject("Scripting.FileSystemObject" ) If FSO.FileExists(server.mapPath(strScriptYolu&"template/"&SiteTemplatePath&"/app.asp")) Then Server.Execute(strScriptYolu&"template/"&SiteTemplatePath&"/app.asp") Else response.write hata response.end End if Set FSO=Nothing %>