Hello there,
I noticed a problem that was quite annoying on IIS 5 and that seems to
persist on IIS 6 as well. If you remove an app from IIS by simply deleting
the folder (not by clicking 'Remove' in the '%Virtual Folder% Properties'
dialog - Virtual Directory tab), the app settings remain in the metabase. If
I create a new web app using the same name as the previous app, the settings
are taken from the old app, since they were never removed. Is the IIS team
planning to implement a dependency check for deleting apps from the IIS MMC,
so that, if I do a 'Delete', besides from deleting the actual files, the
metabase entries would also be deleted? Or, is there a (supported or
unsupported) tool for removing dead metabase entries? In IIS 6 this kind of
maintenance is somewhat easier because I have access to the XML MetaBase;
however, I don't want to do this by hand. In IIS 5, I would probably need to
use the Automated Administration Interface, however, I haven't tried that
yet, as I want to find out whether there is a simpler way to do this.
Also, an ASP.NET related problem (although this may not be the appropriate
group): Visual Studio.NET makes creating web setup projects very simple.
However, I wasn't able to deploy a web application/web service to the root
folder of the web server. When reaching the setup step when I'm asked for
the destination folder, I cannot use '/' or the empty string or smth else to
indicate to the setup app that I want the files to be deployed in the root
folder. Is there any way to achieve this?
Thank you,
Ovidiu