Tema: Xampp+ASP
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/07/2011, 00:10
Avatar de arcanisgk122
arcanisgk122
 
Fecha de Ingreso: junio-2010
Mensajes: 755
Antigüedad: 13 años, 11 meses
Puntos: 28
Xampp+ASP

buenas tardes ando por aca para ver quien me ayuda con un problemilla en mi servidor casero.

este es el error:

Código:
Server Error in '/SampleASP' Application.

The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Web.HttpException: The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[HttpException (0x80004005): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
   System.Web.HttpRuntime.SetUpCodegenDirectory(CompilationSection compilationSection) +671
   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +160

[HttpException (0x80004005): The current identity (NT AUTHORITY\SYSTEM) does not have write access to 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +520
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +78
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +257
La idea era correr ASP.net con apache en el servidor XAMPP

he seguido las instrucciones de esta pagina:

[URL="http://www.todayinwindows.com/forum/index.php?topic=574.0"]http://www.todayinwindows.com/forum/index.php?topic=574.0[/URL]

agradezco cualquier ayuda.