asp.net - Add a handler to allow dowloading script or a MIME map -


i created script internet explorer can installed using gm4ie (greasemonkey internet explorer) , has extension .gm4ie.

when try give download link file on server, gives error: http://i.stack.imgur.com/k7rs4.jpg

page requesting cannot served because of extension configuration. if page script, add handler. if file should downloaded, add mime map.

how add this hanlder or mime map , add this?

try adding mime type iis.

for iis7: http://technet.microsoft.com/en-us/library/cc725608(ws.10).aspx

you can of course zip if don't wish add mime type.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -