1. The. config file cannot be downloaded.
For IIS6Right-click website properties --- home directory --- configure
1. Right-click the virtual directory and choose virtual directory-configuration- ing to delete the. config project in application extension.
2. IIS properties --> HTTP header MIME type --> enter the MIME type of the new. config file to application/octet-stream.
For iis7Open request filtering in IIS on the right, and delete the. config project in the extension.
2. The manifest file cannot be downloaded.
If a proxy is used online, remove the proxy.
3. The reference in the list does not match the identifier of the downloaded assembly.
Right-click the property of the referenced project-security-enable clickonce security settings. (Hook)
4. the hash value specified in the Application List is different from the calculated hash value, or no hash value is specified.
Recompile the assembly to be released. Note: Re-compile.
5. unrecognized attribute "type ".
Cause: the Asp.net version on the IIS website does not match the version required for running the program.
Solution: Modify the version in the Asp.net tab of the website. And restart the IIS service.
6. iis6.0 cannot download EXE files or DLL files
1. Select "script-only" as the site execution permission
2. IIS properties --> HTTP header MIME type --> enter the MIME type of the new. EXE. dll EXE and DLL to application/octet-stream.
7. Unable to find the framework File
Reference: http://blog.csdn.net/fxfeixue/article/details/5936015