We are in the final stages of testing our 1.5 release of the Rule Manager. One important part is the click-once deployment. Our new release is requiring the .NET 3.0 framework. The previous version required the .NET 2.0 framework.
For internal testing I had some troubles with IIS. I did had the mime types configured:
- You need to add the following Mime Types
.application (application/octet-stream)
.manifest (application/x-ms-application)
.deploy (application/x-ms-application)
But you also have to make sure that the Executable permissions are on 'Script Only' (and not including executable). Else you get some strange issues when the setup.exe is invoked from the Install button.