Hi Jimiz,
File level exclusion is the next major feature we are working on for the next release of IISxpress. The IISxpress compression engine already supports this feature internally, but there is no user interface in 2.1.
I have created a modified version of the IISxpress console application (versioned as 2.1.1.13) which will allow you to specify file exlusion rules, you can download it by clicking here.
The MD5 checksum of the ZIP file is 34d06516f212dd347d307d39f5c7b759. The executables in the ZIP file are signed by Ripcord Software.
You use it as follows:
- To add a rule: iisxpress add file c:\inetpub\wwwroot\default.aspx
- To remove a rule: iisxpress remove file c:\inetpub\wwwroot\default.aspx
- To list rules for a given path: iisxpress list file c:\inetpub\wwwroot
- For command line help: iisxpress help
All paths must be relative to the root of the drive where they are located. If you exclude static content then remember to flush the IISxpress compression cache before testing that the rule works ok.
Let us know how your testing goes!