Hi,
When I try to request an image file it returns an error
https://shlafim.org.il/Data/SiteImages/FeatureIcons/help.gif
You may be able to find the error details in the mojoPortal log or in windows event viewer in the application log.
My first guess would be either a file permissions problem is preventing serving the file or you did not really remove the <staticContent> section.
Only way to know for sure is to find out the error detail.
The only other suggestion I have is look in Web.config, if your modules section is like this:
<modules runAllManagedModulesForAllRequests="true">
try changing it like this:
<modules>
Hope that helps,
Joe