I' not 100% sure if it is possible but in order for it to work then .NET must be the handler for .html files. In IIS 7.x using Integrated pipeline mode, you can make .NET handle all requests using the same configuration that is needed for extensionless urls. Then "maybe" the 301 manager can do that.
Hope it helps,
Joe