"액티브 서버 페이지"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
19번째 줄: 19번째 줄:
*[[PHP]]
*[[PHP]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Active_Server_Pages
*https://en.wikipedia.org/wiki/Active_Server_Pages
*http://terms.naver.com/entry.nhn?docId=1208832&cid=40942&categoryId=32854
*http://terms.naver.com/entry.nhn?docId=1208832&cid=40942&categoryId=32854


[[분류: ASP]]
[[분류: ASP]]

2017년 7월 19일 (수) 02:24 판

  다른 뜻에 대해서는 애플리케이션 서비스 제공자 ASP 문서를 참조하십시오.

1 개요

Active Server Pages; ASP
액티브 서버 페이지
  • MS에서 동적으로 웹페이지들을 생성하기 위해 개발한 서버 측 스크립트 엔진
<html>
<body>
<% Response.Write "Hello World!" %>
</body>
</html>

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}