cuando quiera ejecutar mi aplicación de localhost se genera el siguiente error extraño¿ASP.NET no puede acceder a la carpeta temporal de Windows?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CVT1108: cannot open C:\Windows\TEMP\RESC1C1.tmp for writing
Source Error:
[No relevant source lines]
Source File: Line: 0
Show Detailed Compiler Output:
....
CVTRES : fatal error CVT1108: cannot open C:\Windows\TEMP\RESC1C1.tmp for writing
Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1
Copyright (C) Microsoft Corporation. All rights reserved.
error CS1583: 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\449ad1a6\abc33f1b\CSCC1C0.tmp' is not a valid Win32 resource file
Probablemente la aplicación en ejecución con privilegios "cuenta de invitado de Internet", que no tienen acceso de escritura a la carpeta TEMP de Windows por defecto. – Havenard
¿Cómo puedo configurar los privilegios de la cuenta? –
Problema resuelto cuando le di el grupo "CREADOR PROPIETARIO", acceso total a esta carpeta! –