使用Web安装项目的多个虚拟目录

问题描述:

你好,
我已经通过选择Web设置项目来使用设置和部署准备了一个MSI.
事实是,它仅在IIS中创建一个虚拟目录,因为我的应用程序包含两个虚拟目录,如何创建第二个虚拟目录
请guid

hello ,
i have prepared a msi using setup and deployment by selecting web setup project
the thing is that it is creating only one virtual directory in IIS as my applicatio contains two virual directories how do i create second virtual directory
please guid

这里是解决方案点击此处


感谢回复;但是我的问题不同;我正在msi的帮助下创建一个虚拟目录;
通过安装msi,它将在inetpup中创建一个虚拟目录
例如,在运行msi之后,假设它将创建一个虚拟目录为
(C:\ inetpub \ wwwroot \ abc) abc 是我的Web应用程序名称

现在,在同一路径中,我希望有另一个Web应用程序存在,需要将其转换为虚拟目录,例如
(C:\ inetpub \ wwwroot \ abc \ xyz) xyz 是我的第二个Web应用程序
即abc是我的主虚拟目录,xyz是我的子虚拟目录

我如何使用一个msi
Thank for reply ; but my issue is different ; i am creating one virual directory with the help of msi ;
by installing the msi it will create a virtual directory at inetpup
for eg after running msi suppose it will create a virtual directory as
(C:\inetpub\wwwroot\abc) abc is my web application name

Now within the same path i want my another web application is there which need to be converted as a virual directory say
(C:\inetpub\wwwroot\abc\xyz) xyz is my second web application
i.e abc is my main virual directory and xyz is my sub virtual directory

how do i do with this using one msi