What is MIME type of DLL that required to to set in following tag.
<embed id="pluginId" type="application/<MIME TYPE OF DLL>"
Do I need to make changes in DLL to set MIME type of DLL? I have read on forum, to set mime type in .rc file. VALUE "MIMEType", "application/myapp"
But how to do with vs 2008 DLL.