Deployment folder in different virtual folder using SSL

  •  02-15-2006, 3:48 AM

    Deployment folder in different virtual folder using SSL

    We have this situation :
     
    we have one site where our app works and it is under SSL. We wanna achive that all our components are installed out of the site. So CuteEditor will not be an exception. We wanna move that in an upper folder (for example our site is on /localhost/XXX/zzz and cuteeditor we wanna install on /localhost/AAA (c:\inetpub\wwwroot\commonlibrary\CuteEditor)). 
    I need to know how set up paths (all of them) so that think will work without alerting tat we gonna download secure and unsecure items and getting exceptions such ...

    (" Invalid path for MapPath 'https://localhost/CommonLibrary/CuteEditor/Configuration/Shared'. A virtual path is expected.
    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.ArgumentException: Invalid path for MapPath 'https://localhost/CommonLibrary/CuteEditor/Configuration/Shared'. A virtual path is expected. ")
     
    Fast response will be appreciated. 
View Complete Thread