I am doing a website migration to Umbraco v6 MVC. The migration is done section by section and Umbraco is installed as a sub application in IIS under the old website:
mywebsite.com
new (the Umbraco installation)
The domain in Umbraco is set for mywebsite.com
When I install a package, the installation creates the folders from the package, but does not add any files to them and fails when it loads the installer. I tried installing Courier and uComponents and both failed.
For now my workaround is manually pasting files from the package to the folder and then installing the package in Umbraco.
Is this a bug in Umbraco or my setup is wrong?
Thanks!
EDIT: A workaround would be to create another IIS applicaiton, which points to the Umbraco installation and use it to install packages.
Example:
mywebsite.com
new (the Umbraco installation)
packages.local (the same Umbraco installation, but used for package installation)
Installing Packages in a Sub Application Umbraco
Hello,
I am doing a website migration to Umbraco v6 MVC. The migration is done section by section and Umbraco is installed as a sub application in IIS under the old website:
The domain in Umbraco is set for mywebsite.com
When I install a package, the installation creates the folders from the package, but does not add any files to them and fails when it loads the installer. I tried installing Courier and uComponents and both failed.
For now my workaround is manually pasting files from the package to the folder and then installing the package in Umbraco.
Is this a bug in Umbraco or my setup is wrong?
Thanks!
EDIT: A workaround would be to create another IIS applicaiton, which points to the Umbraco installation and use it to install packages.
Example:
is working on a reply...