I was serving html referencing svg files in Cassini, and having problems since the mime type was not being sent properly. I ended up writing my own port of Cassini that set the extension based on mime type.
After a good night of sleep I realized that there might be some sort of registry key or config file where I can configure custom mime types for SimpleWorkerRequest, the .NET class that serves content through Casinni. However, I don't know what that is.
application/octet-streamfor svg. In CassiniDev I folded in your fixes and while not optimal, neither is the MS implementation so what can you do? Looks like a big switch is coming to cassinidev and falling through to a call to UrlMon in the default. (UrlMon identifies .svg as text/xml). Thanks for the headsup. – Sky Sanders May 16 '10 at 6:21