I have googled this and have been instructed to turn the mode to "Off" - tried this and now I get this error:
"
Could not load type
'System.ServiceModel.Activation.HttpModule' from assembly
'System.ServiceModel, Version=3.0.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089'."
Hmmm must have something to do with IIS though, couple of more questions:
Which version of IIS are you using? Which versions of .NET Framework have been installed? Did you run the aspnet_regiis.exe -iru under .NET 4 framework?
<customErrors mode="Off"/> but when i set it too off it gives me 500 error now .i have to launch the site and i am stuck on it my server runs asp.net 4.0 . how can i solve this
Installing Umbraco 4 - <customErrors mode="Off"/>
Hi Guys,
I'm sure this is an issue every umbraco developer has encountered but I'm having a hard time trying to get my site to display due to the error
I have googled this and have been instructed to turn the mode to "Off" - tried this and now I get this error:
"
Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
Please help!
It looks like this issue might be caused by your IIS setup.
Check out this thread: http://devonenote.com/2010/06/could-not-load-type-system-servicemodel-activation-httpmodule/
Grtz
L
Hi Lennart,
Thanks for this!! Exactly what I needed :-)
Hmmm must have something to do with IIS though, couple of more questions:
Which version of IIS are you using? Which versions of .NET Framework have been installed? Did you run the aspnet_regiis.exe -iru under .NET 4 framework?
Ok glad to hear that :-)
Lennart Stoop hi I got the same errors
<customErrors mode="Off"/> but when i set it too off it gives me 500 error now .i have to launch the site and i am stuck on it my server runs asp.net 4.0 . how can i solve this
is working on a reply...