setup an apppool if one does not exists
Hi
We would like to appveyor to setup an apppool if one does not exists.
appveyor.yml
site_name: test-intranet.nteu.org_https
application_path: D:\InetPub-SourceControl\test-intranet.nteu.org\NTCReports
apppool_name: NTCReports
application_name: NTCReports
Error message from deployment
Creating web application 'test-intranet.nteu.org_https/NTCReports' with 'NTCReports' app pool and root directory at 'D:\InetPub-SourceControl\test-intranet.nteu.org\NTCReports'
Unable to find Application pool '{0}'NTCReports
What should we do in order for an app pool to be automatically created if one does not currently exists?
Thanks,
Joel
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 04 Oct, 2017 12:30 AM
Hi Joel,
This is interesting bug you found! I filed this issue on GitHub. For now workaround is to delete
D:\InetPub-SourceControl\test-intranet.nteu.org\NTCReports
on the server, or set another folder forapplication_path
variable.Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:20 AM.