IIS 7 - O caminho virtual 'null' mapeia para outro aplicativo, o que não é permitido

2

Estou com problemas ao configurar o farm do IIS 7 para balanceamento de carga. Adicione 4 server ao farm do IIS com as portas apropriadas (8080,8081,8082,8083). Adicione também a regra de entrada para o farm do IIS. As instâncias do Tomcat ouvem essas portas. Quando eu estou abrindo url (que eu defino na regra de entrada), eu tenho a seguinte exceção:

The virtual path 'null' maps to another application, which is not allowed.     
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:     
[ArgumentException: The virtual path 'null' maps to another application, which is not allowed.]
   System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp) +8839122
   System.Web.HttpContext.GetFilePathData() +36
   System.Web.HttpContext.GetConfigurationPathData() +26
   System.Web.Configuration.RuntimeConfig.GetConfig(HttpContext context) +43
   System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow) +41
   System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute) +101
   System.Web.HttpContext.ReportRuntimeErrorIfExists(RequestNotificationStatus& status) +538

Como posso resolver este problema?

    
por Mirodil 21.03.2012 / 10:18

1 resposta

1

É um bug do IIS . Atualize para o Server 2008 R2 ou mova suas regras de reescrita de globalRules para os sites individuais (que seria apenas o site no qual você está executando o farm).

    
por 21.03.2012 / 11:52

Tags