Saturday, March 24, 2012

Upgraded to March CTP and now takes forever to load .XML files from the browser!

Upgraded to March CTP and now takes forever to load .XML files from the browser! Not sure if any relation; my best guess is something to do with the new HttpHandlers/HttpModules?

I even changed my .xml files to .xml.js file with the same problem...

for quick fix, i did this, but need advice on what to do and what is happenning. basically i load xml file server to populate a dropdownlist...

<httpHandlers>

<removeverb="*"path="*.asmx"/>

<addverb="*"path="*.asmx"type="Microsoft.Web.Services.ScriptHandlerFactory"validate="false"/>

<!--

The MultiRequestHandler enables multiple requests to be handled in one

roundtrip to the server. Its use requires Full Trust.

-->

<!--add verb="*" path="atlasbatchcall.axd" type="Microsoft.Web.Services.MultiRequestHandler" validate="false"/-->

<addverb="*"path="atlasglob.axd"type="Microsoft.Web.Globalization.GlobalizationHandler"validate="false"/>

<addverb="*"path="*.asbx"type="Microsoft.Web.Services.ScriptHandlerFactory"validate="false"/>

</httpHandlers>

<httpModules>

<addname="ScriptModule"type="Microsoft.Web.Services.ScriptModule"/>

<!--add name="BridgeModule" type="Microsoft.Web.Services.BridgeModule"/>

<add name="WebResourceCompression" type="Microsoft.Web.Services.WebResourceCompressionModule"/-->

</httpModules>

No comments:

Post a Comment