Recently, a new test server TEST1 (Window7 Pro) is required for work, and a successful ASP has been published on a SERVER1 (Windows Server 2012). NET Web pages. Then copy the files under the SERVER1 C:\inetpub\wwwroot\ directly to the corresponding directory under TEST1.
The first step, naturally, is to make IIS under Win7 valid.
Then, after creating the application pool, adding application, trying to connect, the results reported the following error.
The key reason for the investigation is that the following Serverruntime property is set.
<system.webServer>
<serverruntime uploadreadaheadsize= "0"/>
There is no result on the Web site query, but, in SERVER1, the same setting, the execution of the time without any problems.
Under the TEST1 is IIS7. Version 5, while IIS in SERVR1 is 8. Version 0.
The root cause has not been found, but as long as the removal, <serverruntime uploadreadaheadsize= "0"/>test1 in the page can open smoothly.
IIS8. The 0 is configured as follows:
IIS7.5 configuration issues (Win7 pro,64bit)