반응형
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<defaultDocument>
<files>
<remove value="default.aspx" />
<remove value="iisstart.htm" />
<remove value="index.html" />
<remove value="index.htm" />
<remove value="Default.asp" />
<remove value="Default.htm" />
<add value="index.asp" /> <--- 원하는 default page 축
</files>
</defaultDocument>
<httpErrors errorMode="DetailedLocalOnly" /> <-- 에러메시지를 로컬 서버에서만 내보이도록 처리
</system.webServer>
</configuration>
반응형
'Developer > asp' 카테고리의 다른 글
asp header 추가하기,Access-Control-Allow-Origin: * / 크로스도메인 / 브라우저 보안 (3) | 2015.04.02 |
---|---|
http 와 https 간의 세견 공유 ,classic ASP (0) | 2015.03.23 |
Server2008 로 구 웹사이트 이전 절차 (0) | 2015.03.13 |
asp null 처리 (0) | 2014.12.11 |
sql injection 방지 (GET 방식) (0) | 2014.12.05 |