cltams-gmail
-
2/28/2011 1:45:53 PM
Parser error after install
I'm in the process of installing and once I've finished the web installer and click the link to open the site. I get a parser error using Google Chrome:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser 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 doesn�t have access to system temp directory, you will not be able to compile. Use Path.GetTempPath() API to find out the temp directory location.
Source Error:
[No relevant source lines]
Source File: /KenticoCMS/App_WebReferences/WS/ Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
I've gone through and all my permissions are to full control. Any clue what I might be doing incorrectly or missing? Thanks
|