petada interesante de la aplicación asp.net

22/10/2004 - 16:42 por XusQ | Informe spam
Hola!

Me da este error, y evidentemente la ruta existe.
He observado que el usuario ASPNET estava desactivado, lo he activado i he
dado permisos de lectura, listado y ejecución en esa carpeta... pero nada,
lo mismo.

Alguien sabe como solucionarlo?

Gracias!

Xus.


Server Error in '/eFAQ' Application.

Server cannot access application directory 'c:\inetpub\wwwroot\\eFAQ\'. The
directory does not exist or is not accessible because of security settings.
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: Server cannot access
application directory 'c:\inetpub\wwwroot\\eFAQ\'. The directory does not
exist or is not accessible because of security settings.

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): Server cannot access application directory
'c:\inetpub\wwwroot\\eFAQ\'. The directory does not exist or is not
accessible because of security settings.]
System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +256

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +926
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128




Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0
 

Leer las respuestas

#1 Carlos José GALLI RIOBÓO
23/10/2004 - 13:41 | Informe spam
Prueba a ejecutar filemon (te lo puedes bajar de la pagina de sysinternals
http://www.sysinternals.com) luego has la misma prueba que estabas haciendo,
hasta que te aparezca el error.
Comprueba en el log de filemon si aparece algun ACCDENIED y comprueba que
usuario y a que carpeta (se supone que a la que te aparece en el error) está
intentando acceder y dale permisos.

Saludos!

"XusQ" escribió en el mensaje
news:OsFE$
Hola!

Me da este error, y evidentemente la ruta existe.
He observado que el usuario ASPNET estava desactivado, lo he activado i he
dado permisos de lectura, listado y ejecución en esa carpeta... pero nada,
lo mismo.

Alguien sabe como solucionarlo?

Gracias!

Xus.


Server Error in '/eFAQ' Application.


Server cannot access application directory 'c:\inetpub\wwwroot\\eFAQ\'.


The
directory does not exist or is not accessible because of security


settings.
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: Server cannot access
application directory 'c:\inetpub\wwwroot\\eFAQ\'. The directory does not
exist or is not accessible because of security settings.

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): Server cannot access application directory
'c:\inetpub\wwwroot\\eFAQ\'. The directory does not exist or is not
accessible because of security settings.]
System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +256

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +926
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)


+128





Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0



Preguntas similares