Hey guys,
Am wondering if you can create an IIS application during the install.
I am creating a Virtual Directory and two of the nested folders I want to create as applications in IIS.
Any ideas?
Thanx
Any virtual directory has a configurable flag "Virtual directory is a web application":I am creating a Virtual Directory and two of the nested folders I want to create as applications in IIS.
You CAN add a virtual directory under the default web site (again, the physical location of the folder does not need to be a child of the default web site folder - that is the purpose of the virtualization).When I add a virtual directory in AI it seems to add it to the top level in IIS, so when you open IIS Administrator you will see...
DefaultWebsite
MyNewVirtualDirectory
AnotherNewVirtualDirectory
Does this work on other peoples machines, because it cause mine to crash. If I could create a virtual directory under DefaultWebSites then it might solve the problem.