Hello,
I’m relatively new to Octopus and I’m having trouble getting a package to deploy to a virtual directory under IIS 7.5. The package has a number of sub directories with different parts of the applcation
2013-06-29 04:33:11 INFO [IIS] Updating IIS website named 'Test Site/Staging’
2013-06-29 04:33:12 INFO [IIS] The IIS website named ‘Test Site/Staging’ has had its path updated to: ‘C:\Octopus\Applications\Staging\Test\2013.13.0.1367\Services\Accounting’
I’m expecting the path to be simply ‘C:\Octopus\Applications\Staging\Test\2013.13.0.1367’ as this is the package root. Why is Octopus putting the extra two levels on the path? How do I get it to set the IIS path to the root of the package?