XmlSerializer ctor failure in ASP.NET context
Using the XmlSerializer class to deserialize an object from its XML representation from an assembly invoked in an ASP.NET context on Windows Server 2003 fails with a file not found error.
The problem is that the “INTERNET SERVICE” account doesn’t have write access to the c:\winnt\Temp folder.