IIS Web App Manage - Error when using double back slash in Physical Path
See original GitHub issueRequired Information
Question, Bug, or Feature?
Type: Bug
Enter Task Name: IIS Web App Manage
Environment
-
Server - Azure Pipelines
-
Account Name: gary.huynh@thedocyard.co
-
Project Name: tdyapp
-
If using Azure Pipelines, provide the account name, team project name, build definition name/build number:
- Project Name: tdyapp
- Build Definition Id: 12
- Build Definition Name: Alpha - Rolling Release
- Build Number: Release-21
-
Agent - Hosted or Private: Private
-
Agent Version: 2.168.2
-
Agent OS: Windows_NT
-
OS of machine running on: Windows 10
Issue Description
Im currently using IIS Web App Manage task to update the IIS Website Physical path. When try to update it to a physical path with a network unc path with double backslashes, i.e:
- \\AzureShare\Website\1.0.0
i get the following error.
However, if i use a rooted drive path (i.e. C:\Website\1.1.0) it works fine.
Task logs
Error logs
2020-05-20T01:21:16.2086575Z ##[error]The parameter is incorrect.
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (4 by maintainers)
Top Results From Across the Web
Path to ISAPI filters with double back slash. - Stack Overflow
Now i tried to install a new EPiSite and the error came up that it could not load the ISAPI filters but the...
Read more >Invalid Application Path, Win 7 - MSDN - Microsoft
Right click folder. Select "Convert to Application". Leave all default values as they are. Click "Test Settings" and I get the error about ......
Read more >Relative and absolute paths, in the file system and on the web ...
Although technically absolute (starting from a slash), this path is essentially relative to the calling script, because if the calling script will be...
Read more >puppetlabs/iis · Manage IIS for Windows Server 2012, 2012R2 and ...
Maintain application sites, pools, installation, and many other IIS settings. ... Learn more about managing modules with a Puppetfile.
Read more >Get nice looking directory listings for your IIS website with ...
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ChrisFulstow, i have added the credentials into cmdkey and its working now, Thank you for your help, much appreciated. 🙂
@ChrisFulstow Thanks for the help!