20 messaggi dal 19 ottobre 2005
Ciao, ho sviluppato la mia applicazione in asp.net 2.0. sul mio pc con installato IIS l'applicazione funziona, sul mio portatile, con installato IIS e framework 2.0 funziona, ho solo dovuto indicargli quale interprete utilizzare. Il problema nasce quando cerco di farla funzionare sul pc del mio capo... c***o che sfiga!
Il sistema mi ritorna questa eccezzione:
Fail To Map the Path "WSConcessionaria/App_GlobalResource"...
in effetti il folder "App_GlobalResource" nella mia applicazione nn c'è... più che altro perchè nn esiste... cmq ho provato a reindirizzare l'interprete per i file *.asmx sull'interprete aspnet 2.0 ma niente sempre uguale... Cosa posso fare, oltre a provare a disinstallare e reinstallare IIS???

Grazie
20 messaggi dal 19 ottobre 2005
il testo completo dell'eccezzione è questo:


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

Failed to map the path '/WSConcessionaria/App_GlobalResources/'.
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.InvalidOperationException: Failed to map the path '/WSConcessionaria/App_GlobalResources/'.

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:


[InvalidOperationException: Failed to map the path '/WSConcessionaria/App_GlobalResources/'.]
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +3521404
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate2(StandardDiskBuildResultCache diskCache) +306
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(StandardDiskBuildResultCache diskCache) +46
System.Web.Compilation.BuildManager.PrecompiledAppRuntimeModeInitialize() +708
System.Web.Compilation.BuildManager.Initialize() +3466117
System.Web.Compilation.BuildManager.InitializeBuildManager() +228
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +310

[HttpException (0x80004005): Failed to map the path '/WSConcessionaria/App_GlobalResources/'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426887
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
20 messaggi dal 19 ottobre 2005
Ho scoperto che nel mapping applicazioni della macchina in questione nn mi è permesso, pur essendo admni, inserire l'interprete aspnet_isapi.dll che dovrebbe essere l'interprete giusto per il file aspx, asmx etc... io ads gli piallo tutto...

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.