T
T
Today I learned
Search…
README
powershell
servicefabric
vscode
biztalk
sql
octopus
soapui
nuget
git
Jira
AzureDevOps
domains
azure
jenkins
iis
How to re-create IIS Virtual Directories
dotnet
Powered By
GitBook
How to re-create IIS Virtual Directories
When creating Virtual Directories for BizTalk solutions with HTTP front end, the
BizTalk WCF Service Publishing Wizard
is used.
This is fine, but usually you will need to move the generated web site to your solution.
If you then tried to re-create the site via a
BTDF
deployment, it will often fail, because the site was
already
created by the Wizard.
Even if it is deleted and IIS restarted this can still cause issues.
One work-around is to rename the site to something else.
Or you can delete this file:
1
c:\windows\system32\inetsrv\config\applicationhost.config
Copied!
Previous
iis
Next
dotnet
Last modified
2yr ago
Copy link