iis cannot download rar files containing Chinese file names

  • 2020-05-10 23:15:08
  • OfStack

Recently, I found that IIS could not download files with Chinese names, which was very strange.

Version: windows2003server + iis6

It should be all right.

I looked it up on the Internet and said:

Open the registry in run: start menu in the lower left corner of the desktop, run, enter "regedit ", version 98 is "regedit32", expand the following directory, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ InetInfo\Parameters\

Change the value of FavorDBCS to "0" if there is no FavorDBCS right click new [string value]

Or simply run the reg file below


Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InetInfo\Parameters]
"favordbcs"="0"

Then restart IIS.

IIS cannot download RAR files, how to solve this problem?

1, double-click IIS manager -- IDC (local computer) -- WEB service extension
2, right click WEB service extension -- open the include file
3. After setting, restart IIS


Related articles: