Displaying ad content from Respose.WriteFile()/ Response.ContentType

前端 未结 4 2244
抹茶落季
抹茶落季 2021-02-18 21:48

How would one display any add content from a \"dynamic\" aspx page? Currently I am working on using the System.Web.HttpResponse \"Page.Response\" to write a file that is stored

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-18 22:34

    Yup Keith ugly but true. I ended up placing the MIME types that we would use into a database and then pull them out when I was publishing a file. I still can't believe that there is no autoritive list of types out there or that there is no mention of what is available in MSDN.

    I found this site that provided some help.

提交回复
热议问题