Am trying to download the .7z file using our website application.But it shows the below error.
HTTP Error 404.3 - Not Found The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map can anyone suggest me how can I resolve this issue?
Thanks in advance. Regards, Nithya G
You need to set the MIME type on the server:
application/x-7z-compressed
How to set MIME Types on IIS: http://www.iis.net/configreference/system.webserver/staticcontent/mimemap