internet explorer - Can't open docx files online on Win2003 server - get 403 -
i have asp.net web application runs locally , opens docx files in ie8. however, after deploying our production server (win2003), 403 error. same code works doc files, not docx files. so, i've narrowed problem down server not have direction.
i read might mime type issue, i'm not sure enter executable path in iis 6.0. not have mime changes locally, maybe installed patch of sort...
does have direction or easier way on server?
could mime type. had problems it, fixed download handler wrote manually in user control. on iis7 though , i'm not sure if iis6 supports docx. try adding mime type on server.
mime type:
application/vnd.openxmlformats-officedocument.wordprocessingml.document
and maybe this article helps to
Comments
Post a Comment