I am trying to use a corporate web library with Windows Azure. It looks like the web.config file for the EWL project works fine locally, but when I deploy Azure, the application cannot initialize. After logging in and viewing the site locally on Azure, several web.config elements appear. EWL requires blocking on Azure. I needed to change the following to initialize the application on Azure:
<serverRuntime uploadReadAheadSize="8388608" />
modules
The app seems to work fine on Azure after removing these parts.
Web.config, , EWL: uploadReadAheadSize , <clear/> <modules> EWL , , , IIS .
uploadReadAheadSize
<clear/>
<modules>
- Azure. , applicationHost.config -, , script, : fooobar.com/questions/1910485/....
. Williams , , web.config, , - . Enterprise Library machine.config . . , , machine.config, , - , web.config.
,
Ming Xu.