It’s a
clean install of Umbraco. So no heavy pictures yet.
The error
is: 500.19
Config ErrorThe configuration section
'system.web.extensions' cannot be read because it is missing a section
declaration
I removed that from the web.config but now it’s just running really slow.
I did read the surftown guide, it didn’t say anything about editing the
web.config.
And the surftown support said I should copy there setup on a local machine, and
try to find the problems myself?
Umbraco 4.5.2 on Surftown
I've intalled the new version of umbraco on surftown with succes...
However I had to remove this Ajax form the web.config (according to Surftown support), but what does it do?
<!-- ASPNETAJAX-->
<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="true" enableCaching="true" />
</scripting>
</system.web.extensions>
And the site is respondig really slow (10-15 second), help please?
Kind regards
Rasmus
Hi Rasmus,
Can you give a bit more information about the error that you get if you have that code in there?
Is there anything else on the site that could be causing it to run slowly (databases on other networks, large images/database queries)?
Regards,
Tim.
Hi Rasmus
Regarding the performance issue have you read this? https://surftown.dk/support/kan-jeg-anvende-umbraco-hos-surftown
Maybe their support can help you out as well.
/Jan
Thanks for your replays,
It’s a clean install of Umbraco. So no heavy pictures yet.
The error is: 500.19
Config Error The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration
I removed that from the web.config but now it’s just running really slow.
I did read the surftown guide, it didn’t say anything about editing the web.config.
And the surftown support said I should copy there setup on a local machine, and try to find the problems myself?
Rasmus
It sounds like there's something missing from the web.config file. Can you post the sections part of the web.config file?
It’s a standard web.config from Umbraco 4.5.2 I just edited the connectionstring and removed the ASPNETAJAX section.
\Rasmus
By changing Pipeline mode from classic to integrated helped allot, still not perfect but acceptable
\Rasmus
is working on a reply...