29 messaggi dal 02 dicembre 2003
aveta mai incontrato questo tipo di errore:

Server Error in '/CdT' Application.
--------------------------------------------------------------------------------

Server cannot access application directory 'C:\Documents and Settings\e490868\My Documents\My Project\Sito\Source\NET\CdT\'. 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:\Documents and Settings\e490868\My Documents\My Project\Sito\Source\NET\CdT\'. 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:\Documents and Settings\e490868\My Documents\My Project\Sito\Source\NET\CdT\'. The directory does not exist or is not accessible because of security settings.]
System.Web.HttpRuntime.EnsureAccessToApplicationDirectory() +72
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +263

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +983
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128
32 messaggi dal 26 ottobre 2005
Mah... mi vengono due idee:

1) Non è una buona idea far partire i progetti web da una cartella dentro "document and settings" perché certe volte queste cartelle hanno delle limitazioni sull'accesso. Per esempio l'utente applicativo "potrebbe" non avere le autorizzazioni per leggere dentro la cartella del tuo utente.

2) Potrebbero essereci delle configurazioni sbagliate a livello di Virtual Directory dentro IIS.

Non mi viene in mente altro...

Se vuoi il massimo... devi essere pronto a pagare il massimo!
23 messaggi dal 27 gennaio 2006
Prova a settare sul web.config <identity impersonate="true"/>
questo permette al processo aspnet di utilizzzare l'account IUSR_Utente nel caso di accesso anonimo o l'account di login nel caso di accesso con autenticazione. Per settare l'accesso vai su Protezione home directory su IIS.

Spero che funzioni...
29 messaggi dal 02 dicembre 2003
grazie ho risolto , i problemi erano efettivamenti sugli accessi alla cartella.

grazie

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.