--- In [email protected], "quentingroom" <[EMAIL PROTECTED]> wrote:
>
> I use the following line in ASP to change the mime type of an ASP page 
> to SVG.
> <%Response.AddHeader "Content-Type","image/svg+xml"%>

If that is classic ASP with VBScript then use
  Response.ContentType = "image/svg+xml"
to set the HTTP Content-Type of the response you are creating.
That line should also do in ASP.NET with VB.NET.









------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to