Is the web.config enterprise web library currently not compatible with Azure?

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:

  • Remove <serverRuntime uploadReadAheadSize="8388608" />.
  • Delete everything nested inside an element modules.

The app seems to work fine on Azure after removing these parts.

+3
source share
2 answers

Web.config, , EWL: uploadReadAheadSize , <clear/> <modules> EWL , , , IIS .

- Azure. , applicationHost.config -, , script, : fooobar.com/questions/1910485/....

+1

. Williams , , web.config, , - . Enterprise Library machine.config . . , , machine.config, , - , web.config.

,

Ming Xu.

0

All Articles