asp.net - HTTP Error 404.2 - Not Found while downloading .DLL files from web server -
i have deployed asp.net applications
in iis 7.5
under application pool classic .net apppool
.
now, 1 of application has functionality download .dll files
server client machine .
so, added extension .dll(application/x-msdownload) mime types
, checked requestfiltering
whether denies .dll extension.
but, throws error while downloading .dll file browser.
what settings made in iis
download .dll files through web server?
Comments
Post a Comment