Virtual directory & different app pools

  •  03-20-2008, 4:09 PM

    Virtual directory & different app pools

    Our IIS configuration is as follows:
     
    http://www.site1.com (.NET 1.1) - ApplicationPool1
    http://www.site1.com/bettersite (.NET 2.0) - ApplicationPool2
     
    We have CuteEditor 5.1 running in both sites.
     
    For the root site everything works fine. For the "bettersite" when CuteEditor initializes it renders, but throws several errors at the same time. Errors like this:
     
    The virtual path '/cutesoft_client/cuteeditor/cuteeditor_gecko.js.aspx' maps to another application, which is not allowed. 
    The virtual path '/cutesoft_client/cuteeditor/themes/custom/style_gecko.css.aspx' maps to another application, which is not allowed.
    The virtual path '/cutesoft_client/cuteeditor/cuteeditor_gecko.js.aspx' maps to another application, which is not allowed.
     
    All of the Cute toolbar images render properly, but the editor does not work in IE6 or FireFox - somehow it works in IE7.
     
    In any case, we've attempted to override this by setting FilesPath=/bettersite/Cutesoft_Client/cuteeditor but that didn't work.
     
    Thanks in advance for the help.
View Complete Thread