摘要:
for asp.net, there are 2 spaces to set the maximun upload size. 1. in web.config, like this<httpRuntime executionTimeout="6000" maxRequestLength="150000" />2. in IIS=>Request Filtering: if your uploa... 阅读全文
摘要:
Purpose: Parse MSI installer, to get information such as product name, product code, properties etc. MSI is a standard windows install techonoly, so there are APIs for developers to access. But they a... 阅读全文