I'm trying to assign APPDIR as a virtual directory using Tools-IIS and the install goes to a successful completion but the IIS MMC shows a virtual web error status of "The system cannot find the path specified".
I checked "Virtual directory is a web application" with "application level=Medium" in Tools-IIS. Same error with "application level=Low" or "application level=High".
Even though I'm running my app as a virtual directory, it needs to run as it's own application. This is a valid IIS configuration option.
I'm running AI 3.7.1 on win xp professional sp2 with IIS 5.1 .NET 1.1.
Installation error occurs on win xp professional sp2 with IIS 5.1 .NET 1.1, AND Win 2K server sp4 with IIS 5.0 .NET 1.1.
The MetaBase entry for the created virtual directory has some wierd entries:
AppWamClsid: WAM {DA11AC7A-453F-47A0-B66C-7F55066261B7}
AppPackageID: WAM {12F8BBAA-6070-448D-A5EA-D1987D59AE07D}
AppPackageName: WAM IIS-{Default Web Site//ROOT/myapp}
AspAllowOutOfPocComponents WAM 1
When I delete these metabase properties the above error goes away. Maybe these entries are valid for windows server 2003 but they certainly muck things up in xp and win2k server.
FOLLOW US