Application Error!

Details.

An error occurred creating the configuration section handler for BlogConfigurationSettings: Access to the temp directory is denied. Identity 'HOGWARTS\PoolDotNetNerds' 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. (C:\inetpub\dotnetnerds\SubText\web.config line 232)

Return to site