A
ArunPrakash
Hi All,
I have 2 doubts
1. I created a web-setup project and its working fine. Currently the
user when he is setting up the web application can change only the
name of the virtual directoy and it falls under the IIS root folder(
in most cases it is wwwroot ). But what i need is the ability to
specify any folder in the system when the user sets up like say
'D:\MyWebApp', and after setting up a virtual folder with the name of
the web application must be created under 'd:\webApp'. Is it possible
to do this? If so how?
2. I also want to know how to deploy IE web controls( treeview,
tabstrip ) controls along with my web applications. The problem is the
IE web controls expect 2 web applications to be created under the IIS
root folder ( aspnet_client and wwwroot_client ). Can this be changed
to something like point 1). I tried adding a Add -> special folder ->
Web Custom Folder from FileSystem view in the web setup project. But
it doesnt work properly.
Any help would be highly appreciated
I have 2 doubts
1. I created a web-setup project and its working fine. Currently the
user when he is setting up the web application can change only the
name of the virtual directoy and it falls under the IIS root folder(
in most cases it is wwwroot ). But what i need is the ability to
specify any folder in the system when the user sets up like say
'D:\MyWebApp', and after setting up a virtual folder with the name of
the web application must be created under 'd:\webApp'. Is it possible
to do this? If so how?
2. I also want to know how to deploy IE web controls( treeview,
tabstrip ) controls along with my web applications. The problem is the
IE web controls expect 2 web applications to be created under the IIS
root folder ( aspnet_client and wwwroot_client ). Can this be changed
to something like point 1). I tried adding a Add -> special folder ->
Web Custom Folder from FileSystem view in the web setup project. But
it doesnt work properly.
Any help would be highly appreciated