Problemas con Permiso a Paginas ASP.NET

06/07/2004 - 23:56 por Dany Acosta | Informe spam
Amigos tengo este mensaje que me sale a la hora de ver mi pagina Asp.net


Server Error in '/Webdemos' Application.

Access to the path
"D:\WINT6\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\webdemos\3ba48bf3\7fc33d00" is denied.
Description: An unhandled exception occurred during the execution of the
current web request.
Exception Details: System.UnauthorizedAccessException:
Access to the path "D:\WINT6\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\webdemos\3ba48bf3\7fc33d00" is denied.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5
or Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in
Explorer, choose "Properties" and select the Security tab. Click "Add"
to add the appropriate user or group. Highlight the ASP.NET account, and
check the boxes for the desired access.

Pero ya otorge permisos al usuario ASPNET("ahorita lo tengo como Full
Control") pero me sigue mostrando este Error
Que otra mas puede ser...

Espero su Ayuda

Gracias y disculpen por lo extenso del Mensaje...


Nota:
Sistema Operativo Win2003 Server con IIS 6.0
Visual Studio .Net 2003
 

Leer las respuestas

#1 Enrique Rodríguez
07/07/2004 - 00:06 | Informe spam
Tambien al "IUSR_MACHINENAME"?

"Dany Acosta" escribió en el mensaje
news:
Amigos tengo este mensaje que me sale a la hora de ver mi pagina Asp.net


Server Error in '/Webdemos' Application.


Access to the path
"D:\WINT6\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\webdemos\3ba48bf3\7fc33d00" is denied.
Description: An unhandled exception occurred during the execution of the
current web request.
Exception Details: System.UnauthorizedAccessException:
Access to the path "D:\WINT6\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\webdemos\3ba48bf3\7fc33d00" is denied.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5
or Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in
Explorer, choose "Properties" and select the Security tab. Click "Add"
to add the appropriate user or group. Highlight the ASP.NET account, and
check the boxes for the desired access.

Pero ya otorge permisos al usuario ASPNET("ahorita lo tengo como Full
Control") pero me sigue mostrando este Error
Que otra mas puede ser...

Espero su Ayuda

Gracias y disculpen por lo extenso del Mensaje...


Nota:
Sistema Operativo Win2003 Server con IIS 6.0
Visual Studio .Net 2003

Preguntas similares