Hi, Mike,
Our VS.Net 2003 solution has 6 WAP, one of which is "CommonUserControl " .
Obviously, each WAP in VS.Net 2003 maps to a IIS Virtual Directory. In order to truely share Common User Control, we have created a sub-virtual directory for each WAP, all called Common. For example, all the following sub-virtual directory "Common" map to the same physical direcotry "C:\CommonUserControl"
/Marketing/Common
/TransactionProcessing/Common
Since we are on 2-3 month release schedule, VS.Net 2005 File Based WAP is a very attrictive option since we can work on different release simultaneously without re-config IIS every time.
As I understand, File System Based WAP does not have a concept of "virtual directory" and there are no way to "link files" as in Class Library project type. Therefore, we plan to duplicate "CommonUserControl" under each WAP as physical sub directory to continue sharing User Control ( including master page)
Here is my question:
Since File Based WAP uses Physical Directory, would it be more meaningful that ASP.Net team build a file and directory synchronize/linkage functionality just like "Class Library project" ??? This will enable sharing User Controls easily.
Let me know if I am still not clear about my problem.
Thanks
James