Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 4.x > Installation and deployment > Parser error after install View modes: 
User avatar
Member
Member
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

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 3/1/2011 8:10:15 AM
   
RE:Parser error after install
Hello,

The error means that the mentioned account does not have a write permission to Temp directory. Usually, the Temp folder is:

bootdrive:\%windir%\Microsoft.NET\Framework\v2.0.5 0727\Temporary ASP.NET Files

You can find more help by Google, for example:

eggheadcafe
stackoverflow
msdn

Best regards,
Boris Pocatko