Developer
IIS 6.0에서 2007 Office 파일 타입 마임 등록 방법
Angeleyes
2009. 4. 14. 11:09
IIS 6.0에서는 2007 Office 파일이 자동으로 다운로드 되지 않습니다.
마임을 등록해 줘야 되는데요..
방법은 아래와 같습니다.
해당 웹사이트에 속성..
HTTP 헤더
마임 형식에 새 형식으로 등록하셔야 됩니다.
타입은 아래와 같습니다.
확장명 |
타입 |
.docx |
application/vnd.openxmlformats-officedocument.wordprocessingml.document |
.dotx |
application/vnd.openxmlformats-officedocument.wordprocessingml.template |
.xlsx |
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
.xltx |
application/vnd.openxmlformats-officedocument.spreadsheetml.template |
.pptx |
application/vnd.openxmlformats-officedocument.presentationml.presentation |
.potx |
application/vnd.openxmlformats-officedocument.presentationml.template |
.ppsx |
application/vnd.openxmlformats-officedocument.presentationml.slideshow |