Critical Error: SiteUrls.ConfigSpecific Error Message:
Access to the temp directory is denied. Identity 'NT AUTHORITY\NETWORK SERVICE' under which XmlSerializer is running does not have sufficient permission to access the temp directory. CodeDom will use the user account the process is using to do the compilation, so if the user doesnt have access to system temp directory, you will not be able to compile. Use Path.GetTempPath() API to find out the temp directory location. Please contact your site administrator. An explanation for why this error could occur is below. |
|
Community Server expects to find a valid XML file containing all of the links for a community. By default, this file is located at the root of the with the name SiteUrls.config. A common error is that SiteUrls.config included unescaped XML characters, such as "&" when defining a querystring. For more information you can also visit http://communityserver.org. |