Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Umbraco dying at the requestModule in web.config, why?
Sorry for the double post on this but I really need it fixed, does anyone has the sligthest idea what this could be?
The settings for the website is just about the same on another server running more than 20 solutions.
I have added a <trust level="Full" /> to the web.config to see if that helped, but no luck.
Thank you all
1. Check that all the .dll's are in the bin folder.
2. Make sure your web.config is not malformatted xml.
3. Post the error presented / trace.
All .dlls are newly uploaded and I hit the backend and it worked.
Then I hit the frontend and it died...
No errors, no trace, no nothing :( it is really annoying.
Web.config is the one I always use, no modifications, no nothing as well.
Is the site on IIS 7?
If so maybe worth checking the pipleline mode of the App Pool. If it is set to Integrated there you should uncomment the system.webserver section at the bottom of Web.Config
Hope this helps
James
Hey James,
Actually it seems like it was a permission issue, though I am not 100% sure yet.
I will post solution as soon as I know.
Scott
Permission problems, it was because some of the files for some reason had read-only.
Thanks to everybody who participated in finding a solution for me!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco dying at the requestModule in web.config, why?
Umbraco dying at the requestModule in web.config, why?
Sorry for the double post on this but I really need it fixed, does anyone has the sligthest idea what this could be?
The settings for the website is just about the same on another server running more than 20 solutions.
I have added a <trust level="Full" /> to the web.config to see if that helped, but no luck.
Thank you all
1. Check that all the .dll's are in the bin folder.
2. Make sure your web.config is not malformatted xml.
3. Post the error presented / trace.
All .dlls are newly uploaded and I hit the backend and it worked.
Then I hit the frontend and it died...
No errors, no trace, no nothing :( it is really annoying.
Web.config is the one I always use, no modifications, no nothing as well.
Is the site on IIS 7?
If so maybe worth checking the pipleline mode of the App Pool. If it is set to Integrated there you should uncomment the system.webserver section at the bottom of Web.Config
Hope this helps
James
Hey James,
Actually it seems like it was a permission issue, though I am not 100% sure yet.
I will post solution as soon as I know.
Scott
Permission problems, it was because some of the files for some reason had read-only.
Thanks to everybody who participated in finding a solution for me!
Scott
is working on a reply...