Please post what did you put in Web.config for tempFilesLocation:
<system.xml.serialization>
<xmlSerializer tempFilesLocation="D:\__projects\mojoportal\__code\joedev\Web\Data"/>
</system.xml.serialization>
and did you uncomment it?
The above example works on my machine but you need to know the correct windows file system path to your /Data folder beneath your web root.
Hope that helps,
Joe