comentario
puedes utilizar el siguiente codigo
Response.ContentType = "application/msword"
utiliza esta instruccion para q puedas visualizar tus doc en word
<html>
<%
Response.ContentType = "application/msword"
%>
<a href=d.doc >link</a>
</html>
suerte