I am writing a web application deployment verification tool and I need to check the physical folder structures of Web Applicatons and Virtual Folders.
How can this
You can do this kind of thing using WMI:
Using WMI to configure IIS.
Administering IIS programatically.
And you can use WMI from C# (google for "WMI C#").
So, yes, this is possible.