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 upload file is exceed the max lengh, you will get error like