Posted to
IIS 7.0 - PowerShell
by
VaderPi
on
12-11-2008, 3:53 PM
Handles to the web application's physical directory and the parent site's physical directory are left open after running the New-WebApplication command. This results in not being able to manipulate the directories due to access is denied errors. Below is a transaction of commands that illustrates the issue. Handle is being used to detect ...